setMeSendNotificationOpenHandler function

void setMeSendNotificationOpenHandler(
  1. MeSendNotificationOpenHandler? handler
)

Internal hook used by the SDK core to consume opened-notification payloads.

Implementation

void setMeSendNotificationOpenHandler(MeSendNotificationOpenHandler? handler) {
  _meSendNotificationOpenHandler = handler;
}