Chatwoot class
- Implemented types
Constructors
Properties
-
eventsStream
→ Stream<
ChatwootEvent> -
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOpen → bool
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
init(
{required String baseUrl, required String token, ChatwootUser? user, ChatwootSettings? settings}) → Future< void> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeConversationCustomAttribute(
String attribute) → Future< void> -
override
-
removeCustomAttribute(
String attribute) → Future< void> -
override
-
removeLabel(
String label) → Future< void> -
override
-
reset(
) → Future< void> -
override
-
setConversationCustomAttributes(
Map< String, dynamic> attributes) → Future<void> -
override
-
setCustomAttributes(
Map< String, dynamic> attributes) → Future<void> -
override
-
setLabel(
String label) → Future< void> -
override
-
setSettings(
ChatwootSettings settings) → Future< void> -
override
-
setUser(
ChatwootUser user) → Future< void> -
override
-
toggle(
) → Future< void> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited