sendAction method
Send chatwoot action performed by user.
Example: User started typing
Implementation
Future<void> sendAction(ChatwootActionType action) async {
_repository.sendAction(action);
}
Send chatwoot action performed by user.
Example: User started typing
Future<void> sendAction(ChatwootActionType action) async {
_repository.sendAction(action);
}