DefaultSplitClient constructor

DefaultSplitClient(
  1. SplitioPlatform _platform,
  2. String _matchingKey,
  3. String? _bucketingKey
)

Creates a new instance of the Split client.

Implementation

DefaultSplitClient(this._platform, this._matchingKey, this._bucketingKey);