stopScanning method

Future<String?> stopScanning()

Implementation

Future<String?> stopScanning() {
  return IosbluetoothconnectorPlatform.instance.stopScanning();
}