AndroidOptions constructor
Create Android specific scan options
Implementation
const AndroidOptions({
this.aspectTolerance = 0.5,
this.useAutoFocus = true,
}) : assert(aspectTolerance != null),
assert(useAutoFocus != null);
Create Android specific scan options
const AndroidOptions({
this.aspectTolerance = 0.5,
this.useAutoFocus = true,
}) : assert(aspectTolerance != null),
assert(useAutoFocus != null);