Stops the ongoing BLE scan.
Returns a Future that completes when the scan is stopped.
@override Future<void> stopBleScan() async { await methodChannel.invokeMethod('ble#stopScan'); }