isAutoSocketConnectionEnabled method
Checks if socket connection should be auto-established.
Android Reference: AppSettings.isAutoSocketConnectionEnabled()
Implementation
bool isAutoSocketConnectionEnabled() => autoEstablishSocketConnection ?? true;