设置播放路径,默认会初始化成功后播放
@override Future setDataSource(String playUrl, bool isLoop) async { return await methodChannel ?.invokeMethod('setDataSource', {'playUrl': playUrl, 'isLoop': isLoop}); }