shouldAutoEstablishSocketConnection method

  1. @Deprecated('Use isAutoSocketConnectionEnabled instead')
bool shouldAutoEstablishSocketConnection()

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

Implementation

@Deprecated('Use isAutoSocketConnectionEnabled instead')
bool shouldAutoEstablishSocketConnection() =>
    autoEstablishSocketConnection ?? true;