getConversation abstract method

Future<V2TimConversation?> getConversation({
  1. required String conversationID,
})

Implementation

Future<V2TimConversation?> getConversation({
  required String conversationID,
});