createNewContact abstract method

Future<ChatwootContact> createNewContact(
  1. String inboxIdentifier,
  2. ChatwootUser? user
)

Implementation

Future<ChatwootContact> createNewContact(
    String inboxIdentifier, ChatwootUser? user);