close method

void close()

Stop recording. Idempotent.

Implementation

void close() {
  _closed = true;
}