interface UriExt {
    $handleExternalUri(uri): Promise<void>;
    registerUriHandler(handler, plugin): Disposable;
}

Implemented by

Methods