onTypingEnded property
Called when an Participant stops typing in a Conversation.
Typing indicator has a timeout after user stops typing to avoid triggering it too often. Expect about 5 seconds delay between stopping typing and receiving typing ended event.
Implementation
late Stream<TypingEvent> onTypingEnded;