shouldAutoEstablishSocketConnection method
Checks if socket connection should be auto-established (deprecated).
Android Reference: AppSettings.shouldAutoEstablishSocketConnection()
Implementation
@Deprecated('Use isAutoSocketConnectionEnabled instead')
bool shouldAutoEstablishSocketConnection() =>
autoEstablishSocketConnection ?? true;