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