updateAuthTokens method

Future<void> updateAuthTokens(
  1. TokenPair tokenPair
)

Implementation

Future<void> updateAuthTokens(TokenPair tokenPair) {
  return _tokenManager!.updateTokens(tokenPair);
}