pause method

Future<bool?> pause()

Implementation

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