clearToken method

void clearToken(
  1. String hubUri
)

Removes the saved token for hubUri.

Implementation

void clearToken(String hubUri) => _kv.remove('$_tokenPrefix$hubUri');