recognizeImage static method
Implementation
@deprecated
static Future<dynamic> recognizeImage(image) async {
return await _channel.invokeMethod("recognizeImage", [image]);
}
@deprecated
static Future<dynamic> recognizeImage(image) async {
return await _channel.invokeMethod("recognizeImage", [image]);
}