pause method

Future<bool?> pause()

Implementation

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