createNewConversation abstract method

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

Implementation

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