tokenExists static method

Future<bool> tokenExists()

Check if token exists

Implementation

static Future<bool> tokenExists() async {
  return (await TokenStorage.getToken()) != null;
}