onReceiveTypingEvent property

Stream<QChatTypingEvent> onReceiveTypingEvent

接收到的消息正在输入事件

Implementation

Stream<QChatTypingEvent> get onReceiveTypingEvent =>
    _platform.onReceiveTypingEvent;