AppsflyerSdk.private constructor

  1. @visibleForTesting
AppsflyerSdk.private(
  1. MethodChannel _methodChannel,
  2. EventChannel _eventChannel, {
  3. AppsFlyerOptions? afOptions,
  4. Map? mapOptions,
})

Implementation

@visibleForTesting
AppsflyerSdk.private(this._methodChannel, this._eventChannel,
    {this.afOptions, this.mapOptions});