onNotify property
onNotify is a stream of BLE notifications. To add a new notification listener, use startNotify method. This stream will emit the raw bytes of the notification.
Implementation
@override
Stream<BleCharacteristicNotification> get onNotify =>
throw UnimplementedError('_notifySubscription has not been implemented.');