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