cloudRunConsoleUrl static method

String cloudRunConsoleUrl(
  1. String projectId
)

Implementation

static String cloudRunConsoleUrl(String projectId) {
  return '$_cloudConsoleBase/run?project=$projectId';
}