subscribeToCharacteristic method
Subscribes to a Bluetooth characteristic to listen for updates.
Implementation
Stream<BleCharacteristicValue> subscribeToCharacteristic(
BleCharacteristic characteristic,
) {
throw UnimplementedError(
'subscribeToCharacteristic() has not been implemented.',
);
}