handlePushClick method

void handlePushClick({
  1. required PushClickHandler handler,
})

Method for handling push-notification click.

Implementation

void handlePushClick({
  required PushClickHandler handler,
}) {
  _pushClickHandler = handler;
}