loadToken method

Future<AuthToken?> loadToken()

Implementation

Future<AuthToken?> loadToken() async {
  return null;
}