menu
flutter_boilerplate package
documentation
app/common/services/storage/storage.dart
StorageService
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);
flutter_boilerplate package
documentation
app/common/services/storage/storage
StorageService
getValue<T> static method
StorageService class