menu
sunny_sdk_core package
documentation
model/user_pref_key.dart
UserPrefKey
startsWith method
startsWith method
dark_mode
light_mode
startsWith
method
bool
startsWith
(
String
token
)
Implementation
bool startsWith(String token) => name.startsWith(token);
sunny_sdk_core package
documentation
model/user_pref_key
UserPrefKey
startsWith method
UserPrefKey class