Stream that emits events when the user is typing in a single chat.
@override Stream<dynamic> get onChatTypingStatus => onChatTypingStatusStreamController.stream;