menu
deposits_ecommerce package
documentation
app/common/storage/storage.dart
Storage
removeValue static method
removeValue static method
dark_mode
light_mode
removeValue
static method
Future
<
void
>
removeValue
(
String
key
)
Implementation
static Future<void> removeValue(String key) => _storage.remove(key);
deposits_ecommerce package
documentation
app/common/storage/storage
Storage
removeValue static method
Storage class