getStartedUrl static method

String getStartedUrl(
  1. String projectId
)

URL to enable Firebase Storage in the console.

Implementation

static String getStartedUrl(String projectId) =>
    'https://console.firebase.google.com/project/$projectId/storage';