pause method

void pause()

Implementation

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