read method

Future<void> read()

Implementation

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