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