YaloChatClient class

Constructors

YaloChatClient({required String name, required String flowKey, required String authToken, required String userToken})

Properties

authToken String
final
chatBaseUrl String
final
flowKey String
final
hashCode int
The hash code for this object.
no setterinherited
log → Logger
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userToken String
final

Methods

fetchMessages(int since) Future<Result<List<YaloFetchMessagesResponse>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendTextMessage(YaloTextMessageRequest request) Future<Result<Unit>>
toString() String
A string representation of this object.
inherited

Operators

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