menu
cyberframework package
documentation
Module/save_storage.dart
AppStorage
get static method
get static method
dark_mode
light_mode
get
static method
Future
<
String
>
get
(
String
key
)
Implementation
static Future<String> get(String key) async { return await _storage.read(key: key) ?? ''; }
cyberframework package
documentation
Module/save_storage
AppStorage
get static method
AppStorage class