AutoCapture constructor

AutoCapture({
  1. bool? enabled,
  2. String? source,
})

Implementation

AutoCapture({
  this.enabled,
  this.source,
});