Files
cabo-counter/lib/utility/globals.dart

4 lines
56 B
Dart

class Globals {
static String appDevPhase = 'Beta';
}