getHost method

String getHost(
  1. String subdomain
)

Implementation

String getHost(final String subdomain) => '$subdomain.$domain';