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