readCharacteristic method
Future<BleCharacteristicValue>
readCharacteristic({
- required BleCharacteristic characteristic,
- required Duration timeout,
Reads the value of a specified Bluetooth characteristic.
This method is accessed through the BleCharacteristic class.
Implementation
Future<BleCharacteristicValue> readCharacteristic({
required BleCharacteristic characteristic,
required Duration timeout,
}) async {
throw UnimplementedError('readCharacteristic() has not been implemented.');
}