EntryRegistry.defaults constructor
EntryRegistry.defaults({})
Implementation
factory EntryRegistry.defaults({
void Function(String href)? onLinkTap,
void Function(String resourceKey, Object recordId)? onRelatedTap,
}) => EntryRegistry._({}, onLinkTap: onLinkTap, onRelatedTap: onRelatedTap);