PokeDex/lib/Consts.dart
2025-05-31 23:26:40 -07:00

5 lines
135 B
Dart

class Constants {
static const VERSION = "1.0.053125+2326";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}