notificationTapBackground function

void notificationTapBackground(
  1. NotificationResponse notificationResponse
)

Implementation

@pragma('vm:entry-point')
void notificationTapBackground(NotificationResponse notificationResponse) {
  // Opcional: handle background notification tap
}