menu
nylo_framework package
documentation
nylo_framework.dart
NyStorage
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
clear
(
String
key
)
Sets the
key
to null.
Implementation
static Future clear(String key) async => await NyStorage.save(key, null);
nylo_framework package
documentation
nylo_framework
NyStorage
clear static method
NyStorage class