dispose method

Future<void> dispose()

Dispose the scanner

Implementation

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