pause method

void pause()

Pause the tasks.

Implementation

void pause() => _paused = true;