serves method

bool serves(
  1. String organization
)

Whether this provider serves organization.

Implementation

bool serves(String organization) => descriptor.serves(organization);