menu
sunny_lifecycle package
documentation
user_preferences_service.dart
UserPreferencesService
registerPrefix method
registerPrefix method
dark_mode
light_mode
registerPrefix
method
void
registerPrefix
(
String
prefix
)
Implementation
void registerPrefix(String prefix) { if (prefix.isNotEmpty == true) _knownPrefixes.add(prefix); }
sunny_lifecycle package
documentation
user_preferences_service
UserPreferencesService
registerPrefix method
UserPreferencesService class