Action typedef
Action =
void Function(NotificationModel? notificationModel)
Implementation
typedef Action = void Function(NotificationModel? notificationModel);
typedef Action = void Function(NotificationModel? notificationModel);