getAppSettings method
Re-fetches the AppSettings and updates appSettings.
connectUser populates the cache automatically, so calling this is only needed to pick up changes made during an active session.
Returns the newly fetched value, or throws when the request fails.
Implementation
Future<AppSettings> getAppSettings() => _appSettingsManager.refresh();