onNotificationReceived method

void onNotificationReceived(
  1. ReceiveNotificationParam payload
)

Implementation

void onNotificationReceived(ReceiveNotificationParam payload) {
  notificationReceiveData = payload;
  _channel.invokeMethod(RECEIVE_PAYLOAD);
}