FilterChatModels typedef

FilterChatModels = List<ChatModel?> Function(List<ChatModel?> values)

Implementation

typedef FilterChatModels = List<ChatModel?> Function(List<ChatModel?> values);