menu
sentc_common package
documentation
storage/storage_interface.dart
StorageInterface
getItem abstract method
getItem abstract method
dark_mode
light_mode
getItem
abstract method
Future
<
String
?
>
getItem
(
String
key
)
Implementation
Future<String?> getItem(String key);
sentc_common package
documentation
storage/storage_interface
StorageInterface
getItem abstract method
StorageInterface class