notificationClickEventStream property

  1. @Deprecated("Use notificationClicked instead.")
ValueStream<bool> notificationClickEventStream

Deprecated. Use notificationClicked instead.

Implementation

@Deprecated("Use notificationClicked instead.")
static ValueStream<bool> get notificationClickEventStream =>
    notificationClicked;