call method

DomainBySlugProvider call(
  1. String slug
)

Resolve a domain slug to its entity from the already-loaded domains list.

Copied from domainBySlug.

Implementation

DomainBySlugProvider call(String slug) {
  return DomainBySlugProvider(slug);
}