clearCacheStorage static method

dynamic clearCacheStorage()

Implementation

static clearCacheStorage() async {
  await _storage.write(_tokenStorageKey,_tokenNotFoundKey);
  await _storage.erase();
}