notificationChangeStream property

  1. @override
Stream<CKNotification> get notificationChangeStream
override

Obtain stream describing changes to notifications

Implementation

@override
Stream<CKNotification> get notificationChangeStream => _notificationChangeController.stream;