OptimizelyPlugin class

Constructors

OptimizelyPlugin()
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

activateGetVariation(String experimentKey) Future<String?>
getAllEnabledFeatures() Future<Map<String, dynamic>>
getAllFeatureVariables(String featureKey) Future<Map<String, dynamic>>
getVariation(String featureKey, dynamic userID, Map<String, dynamic> attributes) Future<String?>
initOptimizelyManager(String sdkKey, String dataFile) Future<void>
initOptimizelyManagerAsync(String sdkKey) Future<void>
isFeatureEnabled(String featureKey) Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUser(dynamic userID, Map<String, dynamic> attributes) Future<void>
toString() String
A string representation of this object.
inherited
trackEvent(String eventKey, Map<String, dynamic> eventTags) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited