sendAction method
Send actions like user started typing
Implementation
@override
void sendAction(ChatwootActionType action) {
clientService.sendAction(
localStorage.contactDao.getContact()!.pubsubToken, action);
}
Send actions like user started typing
@override
void sendAction(ChatwootActionType action) {
clientService.sendAction(
localStorage.contactDao.getContact()!.pubsubToken, action);
}