notificationChangeStream property
Obtain stream describing changes to notifications
Implementation
@override
Stream<CKNotification> get notificationChangeStream => _notificationChangeController.stream;
Obtain stream describing changes to notifications
@override
Stream<CKNotification> get notificationChangeStream => _notificationChangeController.stream;