disable method

void disable()

Pause recording without losing already-captured changes.

Implementation

void disable() => _enabled = false;