build method
Implementation
@override
Settings build() {
persist(
ref.watch(storageProvider.future),
options: StorageOptions(cacheTime: StorageCacheTime.unsafe_forever),
);
return const Settings(
interfaceScale: null,
denseExplorer: false,
optInFeatures: {},
);
}