pause method

dynamic pause()

Implementation

pause() {
  throw UnimplementedError('pause() has not been implemented.');
}