handleRegisterSuperPropertiesOnce method

void handleRegisterSuperPropertiesOnce(
  1. MethodCall call
)

Implementation

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