che
@override Future<bool> bluetoothIsConnected() async { btCtr = Completer(); methodChannel.invokeMethod("bluetooth.isConnected"); return await btCtr?.future; }