stopScan method

Future<void> stopScan()

Stops an ongoing Bluetooth scan or, if no scan is running, does nothing.

Implementation

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