WrapperSessionScanStartRequest constructor

WrapperSessionScanStartRequest({
  1. WrapperSessionScanStartPlatformOptions? platformOptions,
  2. WrapperSessionScanResultConfig? scanResultConfig,
  3. String? scanViewConfigContentString,
  4. String? scanViewConfigPath,
  5. ScanViewInitializationParameters? scanViewInitializationParameters,
})

Implementation

WrapperSessionScanStartRequest({
  this.platformOptions,
  this.scanResultConfig,
  this.scanViewConfigContentString,
  this.scanViewConfigPath,
  this.scanViewInitializationParameters,
});