menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
get<T> method
get<T> method
dark_mode
light_mode
get<
T
>
method
Future
<
T?
>
get
<
T
>(
UserPrefKey
key
)
Implementation
Future<T?> get<T>(UserPrefKey key) { return shared.get(prefName(key)); }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
get<T> method
UserPreferencesService class