SettingsProviderState constructor

SettingsProviderState(
  1. User? user,
  2. UserProvider controller,
  3. AppDirService appDirService
)

Provides methods to change the User's settings.

NOTE: This provider only provides methods to change the settings, as the current settings can be inferred from the User object.

If you want to get the current settings, see userProvider.

Implementation

SettingsProviderState