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