readValue static method
Implementation
@Deprecated("Use [read] instead")
static Future<Uint8List> readValue(
String deviceId,
String service,
String characteristic, {
final Duration? timeout,
}) {
return read(deviceId, service, characteristic, timeout: timeout);
}