prepareAsync method
预处理播放器,为播放做准备 Get prepared for playback
Implementation
Future<void> prepareAsync() {
return NeliveplayerPlatform.instance.prepareAsync(_playerId);
}
预处理播放器,为播放做准备 Get prepared for playback
Future<void> prepareAsync() {
return NeliveplayerPlatform.instance.prepareAsync(_playerId);
}