menu
autopilot_api package
documentation
storage/ap_storage.dart
ApStorage
set static method
set static method
dark_mode
light_mode
set
static method
Future
<
void
>
set
(
String
key
,
dynamic
value
)
Implementation
static Future<void> set(String key, dynamic value) async { _mem[key] = value; await _persist(); }
autopilot_api package
documentation
storage/ap_storage
ApStorage
set static method
ApStorage class