setNotificationClickedHandler method

void setNotificationClickedHandler(
  1. NotificationClickedHandler handler
)

Implementation

void setNotificationClickedHandler(NotificationClickedHandler handler) {
  _notificationClickedHandler = handler;
  _channel.invokeMethod("setNotificationClickedHandler");
}