spotube/lib/models/LocalStorageKeys.dart
Kingkor Roy Tirtho 76d0538f96 Working Sidebar added
Unauthorized error fix
Settings Page (initial)
Redesinged PlaylistView with Table
2022-01-04 22:45:26 +06:00

8 lines
262 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";
}