getRedirectUrl method

String? getRedirectUrl()

Implementation

String? getRedirectUrl() {
  if (!useEmbeddedBrowser!)
    return "com.googleusercontent.apps.${this.clientId}:/oauthredirect";
  return super.redirectUrl;
}