getIsAutoJoinEnabled method

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

Checks if auto join is enabled (deprecated). Android Reference: AppSettings.isAutoJoinEnabled()

Implementation

@Deprecated('Use isAutoSocketConnectionEnabled instead')
bool getIsAutoJoinEnabled() => isAutoJoinEnabled;