additionalResourcesEnabledFlag top-level property
final
Provider for feature flag that enables the additional resources tab in the device overview page
Implementation
final additionalResourcesEnabledFlag =
StateNotifierProvider<PreferenceNotifier<bool>, bool>(
(ref) => PreferenceNotifier.watchBool(
ref,
'additionalResourcesEnabled',
defaultValue: false,
),
);