WrapperSessionScanResultConfig constructor
WrapperSessionScanResultConfig({
- WrapperSessionScanResultCallbackConfig? callbackConfig,
- WrapperSessionScanResultCleanStrategyConfig? cleanStrategy,
- ExportedScanResultImageContainer? imageContainer,
- ExportedScanResultImageParameters? imageParameters,
Implementation
WrapperSessionScanResultConfig({
this.callbackConfig,
this.cleanStrategy,
this.imageContainer,
this.imageParameters,
});