4 lines
44 B
Dart
Executable File
4 lines
44 B
Dart
Executable File
bool isMobilePlatform() {
|
|
return false;
|
|
}
|