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