connectDevice method

Future<void> connectDevice(
  1. MyBluetoothDevice device
)

Implementation

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