Bucketeer class

Bucketeer Flutter SDK

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

getBoolVariation(String featureId, {bool defaultValue = false}) Future<Result<bool>>
getDoubleVariation(String featureId, {double defaultValue = 0.0}) Future<Result<double>>
getEvaluation(String featureId) Future<Result<Evaluation>>
getIntVariation(String featureId, {int defaultValue = 0}) Future<Result<int>>
getStringVariation(String featureId, {String defaultValue = ''}) Future<Result<String>>
getUser() Future<Result<BucketeerUser>>
initialize({required String apiKey, required String endpoint, required String featureTag, bool debugging = false, int logSendingIntervalMillis = 60000, int logSendingMaxBatchQueueCount = 50, int pollingEvaluationIntervalMillis = 600000}) Future<Result<void>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUser(String userId, {Map<String, String> userMap = const {}}) Future<Result<void>>
start() Future<Result<void>>
stop() Future<Result<void>>
toString() String
A string representation of this object.
inherited
track(String goalId, {double value = 0.0}) Future<Result<void>>

Operators

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

Constants

instance → const Bucketeer