fetchToken method

Future<AuthToken> fetchToken(
  1. BuildContext? context
)

Implementation

Future<AuthToken> fetchToken(BuildContext? context) async {
  throw AuthException("User is not logged in");
}