read method

Future<String> read(
  1. String name
)

Implementation

Future<String> read(String name) async => await DC.instance.read(name);