menu
autopilot_api package
documentation
storage/ap_storage.dart
ApStorage
clear static method
clear static method
dark_mode
light_mode
clear
static method
Future
<
void
>
clear
(
)
Implementation
static Future<void> clear() async { _mem.clear(); await _persist(); }
autopilot_api package
documentation
storage/ap_storage
ApStorage
clear static method
ApStorage class