menu
utilities_framework_flutter package
documentation
utils/local_storage.dart
ULocalStorage
remove static method
remove static method
dark_mode
light_mode
remove
static method
void
remove
(
String
key
)
Implementation
static void remove(final String key) => sharedPreferences.remove(key);
utilities_framework_flutter package
documentation
utils/local_storage
ULocalStorage
remove static method
ULocalStorage class