WrapperSessionScanResultCallbackConfig constructor

WrapperSessionScanResultCallbackConfig({
  1. String? onResultEventName,
  2. String? onUiElementClickedEventName,
})

Implementation

WrapperSessionScanResultCallbackConfig({
  this.onResultEventName,
  this.onUiElementClickedEventName,
});