scanQRCodeWithOptions method
Inicia o scanner de QR code com configurações personalizadas (modo único).
Implementation
Future<String?> scanQRCodeWithOptions({
bool useFrontCamera = false,
String orientation = 'portrait',
bool enableTorch = false,
bool enableAutoFocus = true,
double zoomLevel = 0.0,
bool enableZoom = true,
double brightness = 0.5,
double contrast = 0.5,
double exposureCompensation = 0.0,
}) {
throw UnimplementedError(
'scanQRCodeWithOptions() has not been implemented.',
);
}