betaHostingUrl static method

String betaHostingUrl(
  1. String projectId
)

Implementation

static String betaHostingUrl(String projectId) {
  return 'https://$projectId-beta.web.app';
}