scan method

Future<void> scan()

Implementation

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