read method

Future<String?> read()

Implementation

Future<String?> read() {
  throw UnimplementedError('read() has not been implemented.');
}