connectDevice method
Implementation
Future<void> connectDevice(MyBluetoothDevice device) async {
await _honeywellPlugin.connectDevice(device);
}
Future<void> connectDevice(MyBluetoothDevice device) async {
await _honeywellPlugin.connectDevice(device);
}