mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-14 16:25:16 +00:00
5 lines
115 B
Dart
5 lines
115 B
Dart
class Flags {
|
|
static const disableSpotify =
|
|
bool.fromEnvironment('DISABLE_SPOTIFY', defaultValue: true);
|
|
}
|