willPresentNotificationHandler method

void willPresentNotificationHandler(
  1. WillPresentNotificationHandler handler
)

Implementation

void willPresentNotificationHandler(WillPresentNotificationHandler handler) {
  _onWillPresentNotificationHandler = handler;
}