publishVideo method

Future<void> publishVideo()

Implementation

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