Removes the definition for name from the registry.
name
Returns true if a definition was found and removed, false otherwise.
true
false
bool unregister(String name) => _definitions.remove(name) != null;