Main

@Serializable
data object Main : FeatureFlipDestination

Main feature flip management screen destination.

This destination displays the FeatureFlipScreen component, which shows a searchable and filterable list of all registered feature flags with controls to toggle their state.

Navigation Example

navController.navigate(FeatureFlipDestination.Main)

See also