notify property

bool notify

Check to see if notify is available in this characteristic. If this is true then you can use BluetoothCharacteristic.startNotifications. Though it may still throw a SecurityError

See: BluetoothCharacteristic.startNotifications.

Implementation

bool get notify => _properties.notify;