normalizeFile method

Future<NormalizedImage?> normalizeFile(
  1. String file,
  2. dynamic points
)

Normalize the image

Implementation

Future<NormalizedImage?> normalizeFile(String file, dynamic points) {
  return FlutterDocumentScanSdkPlatform.instance.normalizeFile(file, points);
}