writeBleCharacteristic abstract method
Implementation
Future<void> writeBleCharacteristic(
String deviceId,
String serviceUuid,
String characteristicUuid,
List<int> data, {
bool withoutResponse = false,
});
Future<void> writeBleCharacteristic(
String deviceId,
String serviceUuid,
String characteristicUuid,
List<int> data, {
bool withoutResponse = false,
});