clearAllTokens method

void clearAllTokens()

Clears all tokens

Implementation

void clearAllTokens() {
  _tokens.clear();
  _expiryTimes.clear();
  print('All tokens cleared');
}