sendData method
Sends raw byte data to a specific GATT characteristic.
Implementation
Future<bool> sendData(
String deviceId,
String serviceId,
String charId,
List<int> data,
) => NexoraSdkPlatform.instance.sendData(deviceId, serviceId, charId, data);