menu
nice2dev_flutter_ui package
documentation
tools/nice_view_engine.dart
NiceInMemoryCacheStorage
read method
read method
dark_mode
light_mode
read
method
@
override
Future
<
String
?
>
read
(
String
key
)
override
Implementation
@override Future<String?> read(String key) async => _store[key];
nice2dev_flutter_ui package
documentation
tools/nice_view_engine
NiceInMemoryCacheStorage
read method
NiceInMemoryCacheStorage class