build method

  1. @override
bool build()

Implementation

@override
bool build() {
  final prefs = ref.watch(sharedPreferencesProvider);
  return prefs.getBool(_storageKey) ?? true;
}