handlePeopleRemove method
Implementation
void handlePeopleRemove(MethodCall call) {
Map<Object?, Object?> args = call.arguments as Map<Object?, Object?>;
dynamic properties = args['properties'];
people_remove(js.jsify(properties));
}
void handlePeopleRemove(MethodCall call) {
Map<Object?, Object?> args = call.arguments as Map<Object?, Object?>;
dynamic properties = args['properties'];
people_remove(js.jsify(properties));
}