onDidReceiveNotificationResponse method

void onDidReceiveNotificationResponse(
  1. NotificationResponse notificationResponse
)

Implementation

void onDidReceiveNotificationResponse(
    NotificationResponse notificationResponse) async {
  NavigationService.navigatorKey.currentContext
      ?.navigateTo(const CallsScreen());
}