WrapperSessionSdkInitializationRequest constructor

WrapperSessionSdkInitializationRequest({
  1. String? assetPathPrefix,
  2. WrapperSessionSdkInitializationCacheConfig? cacheConfig,
  3. String? licenseKey,
})

Implementation

WrapperSessionSdkInitializationRequest({
    this.assetPathPrefix,
    this.cacheConfig,
    this.licenseKey,
});