flag

suspend fun flag(name: String): FeatureFlag?

Gets a flag from the cache if it exists.

Return

The flag if it exists, otherwise null.

Parameters

name

The flag name.