What is the difference in calling exampleFlag()
and exampleFlag.decide()
in flags/next?
#124
Labels
10000
exampleFlag()
and exampleFlag.decide()
in flags/next?
#124
The docs don't offer any explanation here.
The quickstart guides and examples use
exampleFlag()
but this isn't documented in the API reference, and neither are the flag instance methods likeexampleFlag.decide()
The text was updated successfully, but these errors were encountered: