disable static method

void disable()

Disables checkpoint functionality.

Useful for testing or temporarily disabling checkpoint operations.

Implementation

static void disable() => _enabled = false;