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