开始播放音视频流
Future<void> startPlayWithURL(String url) async { return _livePlayerMethodChannel.invokeMethod( 'startPlayWithURL', wrapArgs(arg: url), ); }