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