FilterChatMediumModels typedef

FilterChatMediumModels = List<ChatMediumModel?> Function(List<ChatMediumModel?> values)

Implementation

typedef FilterChatMediumModels = List<ChatMediumModel?> Function(
    List<ChatMediumModel?> values);