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