writeValue abstract method
Future<void>
writeValue(
- String deviceId,
- String service,
- String characteristic,
- Uint8List value,
- BleOutputProperty bleOutputProperty,
Implementation
Future<void> writeValue(
String deviceId,
String service,
String characteristic,
Uint8List value,
BleOutputProperty bleOutputProperty);