setNotificationForegroundReceivedHandler method

void setNotificationForegroundReceivedHandler(
  1. NotificationForegroundReceivedHandler handler
)

Implementation

void setNotificationForegroundReceivedHandler(
    NotificationForegroundReceivedHandler handler) {
  _notificationForegroundReceivedHandler = handler;
  _channel.invokeMethod("setNotificationForegroundReceivedHandler");
}