enrollment-app/lib/models/platform_helper_other.dart
2026-01-09 10:02:34 +05:30

4 lines
44 B
Dart
Executable File

bool isMobilePlatform() {
return false;
}