setMeSendNotificationActionHandler function
Internal hook used by the SDK core to consume tray CTA button taps.
Implementation
void setMeSendNotificationActionHandler(
MeSendNotificationActionHandler? handler,
) {
_meSendNotificationActionHandler = handler;
}