spotube/lib/models/LocalStorageKeys.dart
Kingkor Roy Tirtho 00acdf598d uri_launch canLaunch interfering with flatpak bugfix
Change theme manually support
2022-01-20 18:45:12 +06:00

11 lines
363 B
Dart

abstract class LocalStorageKeys {
static String clientId = 'client_id';
static String clientSecret = 'client_secret';
static String accessToken = 'access_token';
static String refreshToken = 'refresh_token';
static String expiration = "expiration";
static String geniusAccessToken = "genius_access_token";
static String themeMode = "theme_mode";
}