onConversationStartedTyping property
void Function()?
onConversationStartedTyping
getter/setter pair
Triggered when a conversation typing on event/message SquadweEventMessageType.conversation_typing_on is received after connecting to the squadwe websocket. See SquadweRepository.listenForEvents
Implementation
void Function()? onConversationStartedTyping;