FlutterOptimizelyPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • FlutterOptimizelyPlatform
Implementers

Constructors

FlutterOptimizelyPlatform()

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

getAllEnabledFeatures() Future<Set<String>>
getAllFeatureVariables(String featureKey) Future<Map<String, dynamic>>
init(String sdkKey, {int periodicDownloadInterval = 10 * 60}) Future<void>
initSync(String sdkKey, String datafile, {int periodicDownloadInterval = 10 * 60}) Future<void>
isFeatureEnabled(String featureKey) Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUser(String userId, Map<String, dynamic> attributes) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance FlutterOptimizelyPlatform
getter/setter pair