read method

Future<Uint8List?> read()

Reads the latest value of the characteristic.

Implementation

Future<Uint8List?> read() => _BlePlatform.instance.centralManagerReadCharacteristic(deviceId, serviceId, id);