menu
deposits_ecommerce package
documentation
app/common/storage/storage.dart
Storage
saveValue static method
saveValue static method
dark_mode
light_mode
saveValue
static method
Future
<
void
>
saveValue
(
String
key
,
dynamic
value
)
Implementation
static Future<void> saveValue(String key, dynamic value) async => await _storage.write(key, value);
deposits_ecommerce package
documentation
app/common/storage/storage
Storage
saveValue static method
Storage class