build method

  1. @override
Settings build()

Implementation

@override
Settings build() {
  persist(
    ref.watch(storageProvider.future),
    options: StorageOptions(cacheTime: StorageCacheTime.unsafe_forever),
  );

  return const Settings(
    interfaceScale: null,
    denseExplorer: false,
    optInFeatures: {},
  );
}