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