notifications property
CharacteristicSubscription
get
notifications
Subscribes to notifications for this characteristic.
Throws an exception if the characteristic does not support notifications.
Implementation
CharacteristicSubscription get notifications =>
CharacteristicSubscription(this, CharacteristicProperty.notify);