onConversationStoppedTyping property
void Function()?
onConversationStoppedTyping
getter/setter pair
Triggered when a conversation typing off event/message SolevatoEventMessageType.conversation_typing_off is received after connecting to the solevato websocket. See SolevatoRepository.listenForEvents
Implementation
void Function()? onConversationStoppedTyping;