onNotificationOpened method

void onNotificationOpened(
  1. OpenedNotificationParam data
)

Implementation

void onNotificationOpened(OpenedNotificationParam data) {
  notificationOpenedData = data;
  _channel.invokeMethod(DEEPLINKNOTIFICATION);
}