Modeling3dReconstructPreviewListener constructor

const Modeling3dReconstructPreviewListener({
  1. void onResult(
    1. String taskId
    )?,
  2. void onError(
    1. String taskId,
    2. int errorCode,
    3. String message
    )?,
})

Implementation

const Modeling3dReconstructPreviewListener({
  this.onResult,
  this.onError,
});