stopScan method

Future<void> stopScan()

Stop the current scanning progress Will do nothing if there is no scanning progress

Implementation

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