pause method

Future<void> pause()

Implementation

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