releaseHostingUrl static method

String releaseHostingUrl(
  1. String projectId
)

Implementation

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