processImageFromPath method

Future<String> processImageFromPath(
  1. String path
)

Implementation

Future<String> processImageFromPath(String path) async {
  return "${_channel.invokeMethod('processImageFromPath', {"path": path})}";
}