ChatModelTrigger typedef

ChatModelTrigger = dynamic Function(List<ChatModel?> list)

Implementation

typedef ChatModelTrigger = Function(List<ChatModel?> list);