analyzeImage method
Analyzes an image file from local path (mobile_scanner API compatibility).
Implementation
Future<ScanResult> analyzeImage(String imagePath, {ScanMode? mode}) async {
return await processImageFile(imagePath, mode: mode);
}
Analyzes an image file from local path (mobile_scanner API compatibility).
Future<ScanResult> analyzeImage(String imagePath, {ScanMode? mode}) async {
return await processImageFile(imagePath, mode: mode);
}