menu
library_helper package
documentation
storage/secure_storage.dart
SecureStorage
write static method
write static method
dark_mode
light_mode
write
static method
Future
<
void
>
write
(
String
key
,
String
value
)
Implementation
static Future<void> write(String key, String value) => _storage.write(key: key, value: value);
library_helper package
documentation
storage/secure_storage
SecureStorage
write static method
SecureStorage class