stop method
void
stop()
Stop the currently running Bluetooth LE scan.
This will result in active being set to false
.
If active is already false
then nothing will happen.
https://webbluetoothcg.github.io/web-bluetooth/scanning.html#dom-bluetoothlescan-stop
Implementation
void stop() {
_JSUtil.callMethod(_jsObject, "stop", []);
}