onTypingEnded property

Stream<TypingEvent> onTypingEnded
getter/setter pair

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;