Stops an ongoing scan for Bluetooth devices.
@override Future<void> stopScan() async { await _channel.invokeMethod('stopScan'); }