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