OnNewConversation typedef

OnNewConversation = void Function(List<V2TimConversation> conversationList)

Implementation

typedef OnNewConversation = void Function(
  List<V2TimConversation> conversationList,
);