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