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