revokeToken method

Future<void> revokeToken()

Sends a network request to revoke OAuth refresh and access tokens.

This call will fail if the tokens have not been successfully revoked.

Return Value: A Future that has no return value.