createNewConversation abstract method

Future<ChatwootConversation> createNewConversation(
  1. String inboxIdentifier,
  2. String contactIdentifier
)

Implementation

Future<ChatwootConversation> createNewConversation(
    String inboxIdentifier, String contactIdentifier);