proxybuy-flutter/lib/utils/sharedPreferencesKey.dart

3 lines
69 B
Dart

class SharedPreferencesKey {
static const String token = 'token';
}