menu
autopilot_api package
documentation
storage/ap_storage.dart
ApStorage
get<T> static method
get<T> static method
dark_mode
light_mode
get<
T
>
static method
T?
get
<
T
>(
String
key
)
Implementation
static T? get<T>(String key) => _mem[key] as T?;
autopilot_api package
documentation
storage/ap_storage
ApStorage
get<T> static method
ApStorage class