getUrl method

Uri getUrl(
  1. String path
)

Returns the CDN URL for a given path, as an URI.

Probably shouldn't be used, as specialized functions exists.

Implementation

Uri getUrl(String path) => cndUrl.resolve(path);