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