stopScan method

Future<void> stopScan()

Stop scanning for BLE devices

Implementation

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