readValue abstract method

Future<void> readValue(
  1. String deviceId,
  2. String service,
  3. String characteristic
)

Implementation

Future<void> readValue(String deviceId, String service, String characteristic);