pause method

Future<void> pause()

Implementation

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