ChatMediumModelTrigger typedef

ChatMediumModelTrigger = dynamic Function(List<ChatMediumModel?> list)

Implementation

typedef ChatMediumModelTrigger = Function(List<ChatMediumModel?> list);