startReading method

Future<Map<String, String>?> startReading()

Implementation

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