menu
neomage package
documentation
utils/auth/feature_gates.dart
FeatureGateConfig
gates property
gates property
dark_mode
light_mode
gates
property
Map
<
FeatureGate
,
bool
>
gates
final
Map of each gate to its enabled/disabled state.
Implementation
final Map<FeatureGate, bool> gates;
neomage package
documentation
utils/auth/feature_gates
FeatureGateConfig
gates property
FeatureGateConfig class