readValue method

Future readValue(
  1. String service,
  2. String characteristic
)

Implementation

Future readValue(String service, String characteristic) async {
  await FlutterBluePlus.readValue(deviceId, service, characteristic);
}