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