flush static method

Future<void> flush()

Clears the entire cache.

Implementation

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