setCropArea method
Adds overlay to the CameraPreview and sets area for recognition
rect
- Scanning area of the overlay.
Implementation
Future<void> setCropArea(CropRect rect) {
return _channel.invokeMethod(_setCropAreaMethod, rect.toJson());
}
Adds overlay to the CameraPreview and sets area for recognition
rect
- Scanning area of the overlay.
Future<void> setCropArea(CropRect rect) {
return _channel.invokeMethod(_setCropAreaMethod, rect.toJson());
}