notifications property
Returns a Stream of the CallNotifications.
Implementation
Stream<CallNotification> get notifications => _notifications.stream;
Returns a Stream of the CallNotifications.
Stream<CallNotification> get notifications => _notifications.stream;