menu
yui_kit package
documentation
yui.dart
KeyValueStorage
remove method
remove method
dark_mode
light_mode
remove
method
Future
<
void
>
remove
(
String
key
)
Implementation
Future<void> remove(String key) async { final prefs = await _getPrefs(); await prefs.remove(key); }
yui_kit package
documentation
yui
KeyValueStorage
remove method
KeyValueStorage class