menu
diff_cache package
documentation
diff_cache_platform_interface.dart
DiffCachePlatform
read method
read method
dark_mode
light_mode
read
method
Future
<
String
>
read
(
String
name
)
Implementation
Future<String> read(String name) async => await DC.instance.read(name);
diff_cache package
documentation
diff_cache_platform_interface
DiffCachePlatform
read method
DiffCachePlatform class