spotube/lib/core/flags.dart

5 lines
115 B
Dart

class Flags {
static const disableSpotify =
bool.fromEnvironment('DISABLE_SPOTIFY', defaultValue: true);
}