upgradeHint method

String upgradeHint(
  1. String projectId
)

The hint that tells the user how to get the feature for projectId.

Implementation

String upgradeHint(final String projectId) =>
    '$availability\nTo upgrade, visit: ${getProjectPlanUrl(projectId)}';