pause method

Future<void> pause()

Signal to associated token that the operation executions should be paused.

Implementation

Future<void> pause() {
  return token._pause();
}