readCharacteristic method
read characteristic with characteristic
return CharacteristicValue
Implementation
Future<CharacteristicValue> readCharacteristic(
Characteristic characteristic) =>
throw UnimplementedError(
'readCharacteristic() has not been implemented.');