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