menu
draftmode_framework package
documentation
storage/secure_storage.dart
DraftModeStorageSecure
read method
read method
dark_mode
light_mode
read
method
@
override
Future
<
String
?
>
read
(
{
String
?
key
,
})
override
Implementation
@override Future<String?> read({ String? key, }) { return _driver.read(_requireKey(key)); }
draftmode_framework package
documentation
storage/secure_storage
DraftModeStorageSecure
read method
DraftModeStorageSecure class