revoke abstract method
Revoke the token acquired during the OAuth process.
For more information, please read the link below: https://dev.twitch.tv/docs/authentication#revoking-access-tokens
Implementation
Future<HttpResult<AuthRevokeResponse>> revoke({
required String accessToken,
required String clientId,
});