removeAll method

Future<File> removeAll()

Удаление всех ключей

Implementation

Future<File> removeAll() async {
  await _cReady.future;

  _cache.clear();

  return await _update();
}