YaloChatClient class
Constructors
- YaloChatClient({required String name, required String flowKey, required String authToken, required String userToken})
Properties
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