pause method

Future<String?> pause()

Implementation

Future<String?> pause() {
  _assertId();
  return TruvideoMediaSdk.streamPauseMedia(id);
}