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