menu
ds_common package
documentation
core/ds_prefs.dart
DSPrefs
remove method
remove method
dark_mode
light_mode
remove
method
@
protected
void
remove
(
String
key
)
Implementation
@protected void remove(String key) { internal.remove(key); notifyAsync(); }
ds_common package
documentation
core/ds_prefs
DSPrefs
remove method
DSPrefs class