NotificationWidgetProvider typedef

NotificationWidgetProvider = dynamic Function(NotificationModel? value)

Implementation

typedef NotificationWidgetProvider = Function(NotificationModel? value);