receiveLocalNotificationResponse method

void receiveLocalNotificationResponse(
  1. NotificationResponse notificationResponse
)

Implementation

void receiveLocalNotificationResponse(
  NotificationResponse notificationResponse,
) {
  verbose("Received Local Notification: ${notificationResponse.payload}");
  receiveNotificationResponse(notificationResponse.payload);
}