ChatwootStoreProvider class

Implemented types

Constructors

ChatwootStoreProvider.new({required String apiEndpoint})

Properties

apiEndpoint Uri
final
contactIdentifier ↔ dynamic
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId ↔ dynamic
getter/setter pair

Methods

add(dynamic message) Future<void>
Add a new message to the store
override
connect(String apiKey) → dynamic
dispose() Future<void>
override
init(Map<String, dynamic> config) Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(ChatwootMessage message) Future<void>
Remove a message from the store
override
stream() Stream<ChatwootMessage>
Stream will emit the message when there is a new message
override
toString() String
A string representation of this object.
inherited
update(ChatwootMessage message) Future<void>
Update a message in the store
override

Operators

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