onDidReceiveNotificationResponse method

void onDidReceiveNotificationResponse(
  1. NotificationResponse details
)

Implementation

void onDidReceiveNotificationResponse(NotificationResponse details) {
  logCat( 'NotificationController: IN onDidReceiveNotificationResponse' );
  logCat( details );
  getNavigatorPushNamed(notificationResponse: details);
}