menu
base_application package
documentation
app/common/services/storage/storage.dart
AppStorage
getValue<T> static method
getValue<T> static method
dark_mode
light_mode
getValue<
T
>
static method
T?
getValue
<
T
>(
String
key
)
Implementation
static T? getValue<T>(String key) => _storage.read<T>(key);
base_application package
documentation
app/common/services/storage/storage
AppStorage
getValue<T> static method
AppStorage class