ChatDashboardModelTrigger typedef
ChatDashboardModelTrigger =
dynamic Function(List<ChatDashboardModel?> list)
Implementation
typedef ChatDashboardModelTrigger = Function(List<ChatDashboardModel?> list);
typedef ChatDashboardModelTrigger = Function(List<ChatDashboardModel?> list);