getRegistration method
Returns the registration associated with component.
Returns null when the component has no registration.
Implementation
TemplateRegistration? getRegistration(String component) => registrations[component];
Returns the registration associated with component.
Returns null when the component has no registration.
TemplateRegistration? getRegistration(String component) => registrations[component];