setMeSendNotificationActionHandler function

void setMeSendNotificationActionHandler(
  1. MeSendNotificationActionHandler? handler
)

Internal hook used by the SDK core to consume tray CTA button taps.

Implementation

void setMeSendNotificationActionHandler(
  MeSendNotificationActionHandler? handler,
) {
  _meSendNotificationActionHandler = handler;
}