menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
getString method
getString method
dark_mode
light_mode
getString
method
Future
<
String
?
>
getString
(
UserPrefKey
key
)
Implementation
Future<String?> getString(UserPrefKey key) => get<String>(key);
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
getString method
UserPreferencesService class