connectBluetoothDevice method
Used to connect to the ble device.
Requires btdevice plugin.
Implementation
Future<bool> connectBluetoothDevice(String deviceName) async {
return await _bridge.invokeMethod("connectBluetoothDevice", [deviceName]);
}
Used to connect to the ble device.
Requires btdevice plugin.
Future<bool> connectBluetoothDevice(String deviceName) async {
return await _bridge.invokeMethod("connectBluetoothDevice", [deviceName]);
}