redirectUri property
The URL that the OAuth login page will redirect to when authentication completes.
Implementation
Uri get redirectUri => _redirectUri.value;
The URL that the OAuth login page will redirect to when authentication completes.
Uri get redirectUri => _redirectUri.value;