disableTypingIndicators method
Disables typing indicator processing. When disabled, typing events from the WebSocket are silently dropped, reducing CPU overhead.
Android Reference: Custom Flutter SDK extension (no Android equivalent)
Implementation
AppSettingsBuilder disableTypingIndicators() {
typingIndicatorsEnabled = false;
return this;
}