PokeDex/lib/Consts.dart
2025-03-26 01:51:39 -07:00

7 lines
154 B
Dart

import 'dart:io';
class Constants {
static const VERSION = "1.0.032625+0149";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}