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