flush method

void flush()

Clears all registered disks

Implementation

void flush() {
  _disks.clear();
}