Reads the general settings the reader saved, for code that runs before, or without, a SettingsService.
SettingsService
Nothing is merged or validated: a key the reader never saved is absent, and every value is unknown until the caller checks it.
unknown
Where settings are persisted
The saved general settings, or an empty object when none are saved
Reads the general settings the reader saved, for code that runs before, or without, a
SettingsService.Nothing is merged or validated: a key the reader never saved is absent, and every value is
unknownuntil the caller checks it.