onDidReceiveBackgroundNotificationResponse function
void
onDidReceiveBackgroundNotificationResponse(
- NotificationResponse details
Implementation
@pragma('vm:entry-point')
void onDidReceiveBackgroundNotificationResponse(NotificationResponse details)
{
logCat( 'NotificationRepository:: IN onDidReceiveBackgroundNotificationResponse' );
logCat( details );
Get.find<NotificationController>().getNavigatorPushNamed(notificationResponse: details);
}