isAutoSocketConnectionEnabled method

bool isAutoSocketConnectionEnabled()

Checks if socket connection should be auto-established. Android Reference: AppSettings.isAutoSocketConnectionEnabled()

Implementation

bool isAutoSocketConnectionEnabled() => autoEstablishSocketConnection ?? true;