pause method

Future<void> pause()

Implementation

Future<void> pause() {
  return _controller?.modePause() ?? Future.value();
}