Logs out the user with the current guard.
token The token to invalidate
token
Future<void> logout(String token) async { await _guardInstance.logout(token); }