dispose method
Dispose the scanner
Implementation
Future<void> dispose() {
throw UnimplementedError('dispose() has not been implemented.');
}
Dispose the scanner
Future<void> dispose() {
throw UnimplementedError('dispose() has not been implemented.');
}