stopReading method

Future<void> stopReading()

Implementation

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