getRedirectURL method
Generates a redirect URL to be used in |launchWebAuthFlow|.
The generated URLs match the pattern
https://<app-id>.chromiumapp.org/*
.
|path| : The path appended to the end of the generated URL.
Implementation
String getRedirectURL(String? path) {
return $js.chrome.identity.getRedirectURL(path);
}