close static method

void close()

Closes the evidence file and drops in-flight buffers.

Implementation

static void close() {
  _file = null;
  _clock.stop();
  _clock.reset();
  _resolved = false;
}