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