ChatwootClientAuthServiceImpl class

Default Implementation for ChatwootClientAuthService

Inheritance

Constructors

ChatwootClientAuthServiceImpl({required Dio dio})

Properties

connection ↔ WebSocketChannel?
getter/setter pairinherited
dio → Dio
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createNewContact(String inboxIdentifier, ChatwootUser? user) Future<ChatwootContact>
Creates new contact for inbox with inboxIdentifier and passes user body to be linked to created contact
override
createNewConversation(String inboxIdentifier, String contactIdentifier) Future<ChatwootConversation>
Creates a new conversation for inbox with inboxIdentifier and contact with source id contactIdentifier
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited