循环播放
Future<void> setLooping(bool looping) async { if (_dispose) { return; } await value.videoPlayerController?.setLooping(looping); }