processImageFromPath method

Future<String> processImageFromPath(
  1. String path
)

Use this method for process image directly with path

Implementation

Future<String> processImageFromPath(String path) {
  return cameraKitView.viewState.controller!.processImageFromPath(path);
}