Interface CanonicalUriProvider

interface CanonicalUriProvider {
    provideCanonicalUri(uri, options, token): ProviderResult<Uri>;
}

Methods