pause method

Future<Map> pause()

Implementation

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