Checks if a token is valid
token The token to check Returns true if token is valid
token
Future<bool> check(String token) async { return _guardInstance.check(token); }