Proba class

Properties

experiments Map<String, String>
no setter
experimentsWithDetails Map<String, String>
no setter
hashCode int
The hash code for this object.
no setterinherited
isDebugAllowed bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableDebugOnShake() → void
enableDebugOnShake({required BuildContext context, required ExperimentsChangedCallback valuesChangedCallback}) → void
experiment(String key) String?
loadExperiments([ExperimentsChangedCallback? callback]) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showDebugLayer({required BuildContext context, required ExperimentsChangedCallback valuesChangedCallback}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

initialize({required String sdkToken, required String appId, String? deviceId, String? appsFlyerId, String? amplitudeUserId, required Map<String, String> defaults, Map<String, dynamic>? deviceProperties}) Future<void>
instance() Proba?