unpublishVideo method

Future<void> unpublishVideo()

Implementation

Future<void> unpublishVideo() async {
  if (_isNeedDisposed) return;
  await _initPlayer.future;
  await _vodPlayerApi.unpublishVideo();
}