menu
diff_cache package
documentation
cloud.dart
DC
read method
read method
dark_mode
light_mode
read
method
Future
<
String
>
read
(
String
name
)
Implementation
Future<String> read(String name) async => await File("$savePath${name.dcFile}").readAsString();
diff_cache package
documentation
cloud
DC
read method
DC class