DefaultValue

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class DefaultValue(val defaultValue: Toggle.DefaultFeatureValue)

This annotation is required. It specifies the default value of the feature flag when it's not remotely defined

Properties

Link copied to clipboard