get Feature Flag
open override fun getFeatureFlag(distinctId: String, key: String, defaultValue: Any?, groups: Map<String, String>?, personProperties: Map<String, Any?>?, groupProperties: Map<String, Map<String, Any?>>?): Any?
Returns the feature flags variant if multi-variant, otherwise whether it is enabled or not Docs https://posthog.com/docs/feature-flags and https://posthog.com/docs/experiments
Parameters
distinct Id
the distinctId
key
the Key
default Value
the default value if not found