defaultComponentRegistry function
Returns a registry preloaded with the built-in component codecs.
Implementation
FsceneComponentRegistry defaultComponentRegistry() {
final registry = FsceneComponentRegistry();
registerBuiltinComponentCodecs(registry);
return registry;
}