menu
bullseye2d
bullseye2d.dart
LocalStorage
clear static method
clear
dark_mode
light_mode
clear
static method
void
clear
(
)
Removes all stored keys.
Implementation
static void clear() { _backend?.clear(); }
bullseye2d
bullseye2d
LocalStorage
clear static method
LocalStorage class