pause method

dynamic pause()
inherited

Implementation

pause() {
  _widgetsPlayController.sink.add(null);
}