disconnect connected device
@override Future<String> bluetoothDisconnect() async { btCtr = Completer(); methodChannel.invokeMethod("bluetooth.disconnect"); return await btCtr?.future; }