flush method

Future<void> flush()

remove all cache

await Cache().flush();

Implementation

Future<void> flush() async {
  await _driver.flush();
}