invalidate method

Future<void> invalidate()

Invalidate the cached credentials, forcing a fresh fetch on the next request.

Implementation

Future<void> invalidate() async {
  await _store.clear();
}