pause method

Future<void> pause()

Implementation

Future<void> pause() async {
  _create(() => _instance.pause(_recorderId));
}