SplitEventMethodCallHandler constructor

SplitEventMethodCallHandler(
  1. String _matchingKey,
  2. String? _bucketingKey
)

Creates a new instance of the Split event method call handler.

Implementation

SplitEventMethodCallHandler(this._matchingKey, this._bucketingKey);