@override Future<bool> connectBluetooth(String address) async { return await methodChannel.invokeMethod('connectBluetooth', address); }