notifications property

Stream<CallNotification> get notifications

Returns a Stream of the CallNotifications.

Implementation

Stream<CallNotification> get notifications => _notifications.stream;