SplitEventMethodCallHandler class
Handler for Split SDK events
- Implemented types
Constructors
- SplitEventMethodCallHandler(String _matchingKey, String? _bucketingKey)
- Creates a new instance of the Split event method call handler.
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
-
destroy(
) → void - Cleans up resources.
-
handle(
String methodName, dynamic methodArguments) → Future< void> -
Handles a method call with the given method name and arguments.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onReady(
) → Future< void> - Returns Future that is completed when the SDK client is ready.
-
onReadyFromCache(
) → Future< void> - Returns Future that is completed when the SDK client is ready from cache.
-
onTimeout(
) → Future< void> - Returns Future that is completed when the SDK client times out.
-
onUpdated(
) → Stream< void> - Returns Stream that emits when the SDK client is updated.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited