stopScan method

Future<void> stopScan()

Implementation

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