get Feature Flag Payload
open override fun getFeatureFlagPayload(distinctId: String, key: String, defaultValue: Any?, groups: Map<String, String>?, personProperties: Map<String, Any?>?, groupProperties: Map<String, Map<String, Any?>>?): Any?
Returns the feature flag payload 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