postLogoutRedirectUri property

String? postLogoutRedirectUri

Implementation

String? get postLogoutRedirectUri => _jsObject.postLogoutRedirectUri;
void postLogoutRedirectUri=(String? value)

URI to navigate to after logout page.

Implementation

set postLogoutRedirectUri(String? value) =>
    _jsObject.postLogoutRedirectUri = value;