WrapperSessionScanStartRequest constructor
WrapperSessionScanStartRequest({
- WrapperSessionScanStartPlatformOptions? platformOptions,
- WrapperSessionScanResultConfig? scanResultConfig,
- String? scanViewConfigContentString,
- String? scanViewConfigPath,
- ScanViewInitializationParameters? scanViewInitializationParameters,
Implementation
WrapperSessionScanStartRequest({
this.platformOptions,
this.scanResultConfig,
this.scanViewConfigContentString,
this.scanViewConfigPath,
this.scanViewInitializationParameters,
});