WrapperSessionSdkInitializationRequest constructor
WrapperSessionSdkInitializationRequest({
- String? assetPathPrefix,
- WrapperSessionSdkInitializationCacheConfig? cacheConfig,
- String? licenseKey,
Implementation
WrapperSessionSdkInitializationRequest({
this.assetPathPrefix,
this.cacheConfig,
this.licenseKey,
});