I need to logout from flutter_appauth with a button press in flutter;
This package doesn't have any logout method.
This is my get token code:
appAuth.authorizeAndExchangeCode(AuthorizationTokenRequest(
clientID, redirectUrl,
discoveryUrl: discoveryUrl,
scopes: scopes,
clientSecret: clientSecret