onPushClickReceived method

void onPushClickReceived(
  1. PushClickHandler handler
)

Method for handling push-notification click.

Returns link from push-notification to callback.

Implementation

void onPushClickReceived(PushClickHandler handler) {
  MindboxPlatform.instance.onPushClickReceived(handler: handler);
}