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