isTypingStream property

Stream<bool> get isTypingStream

Typing state stream

Implementation

Stream<bool> get isTypingStream => _isTypingStreamController.stream;