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