clearTokens method

Future<void> clearTokens()

Implementation

Future<void> clearTokens() async {
  _tokens.clear();
}