handleRegisterSuperProperties method

void handleRegisterSuperProperties(
  1. MethodCall call
)

Implementation

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