Action typedef

Action = void Function(NotificationModel? notificationModel)

Implementation

typedef Action = void Function(NotificationModel? notificationModel);