hasRegistration method

bool hasRegistration(
  1. String component
)

Returns whether a registration exists for component.

Implementation

bool hasRegistration(String component) =>
    registrations.containsKey(component);