setMeSendNotificationOpenHandler function
Internal hook used by the SDK core to consume opened-notification payloads.
Implementation
void setMeSendNotificationOpenHandler(MeSendNotificationOpenHandler? handler) {
_meSendNotificationOpenHandler = handler;
}