menu
u package
documentation
utils/u_local_storage.dart
ULocalStorage
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
void
>
remove
(
String
key
)
Implementation
static Future<void> remove(String key) async => _sp.remove(key);
u package
documentation
utils/u_local_storage
ULocalStorage
remove static method
ULocalStorage class