onConversationStartedTyping property

(void Function()?) onConversationStartedTyping
getter/setter pair

Triggered when a conversation typing on event/message ChatwootEventMessageType.conversation_typing_on is received after connecting to the chatwoot websocket. See ChatwootRepository.listenForEvents

Implementation

void Function()? onConversationStartedTyping;