generatePlayerConfig static method
生成playerConfig 调用之前必须先执行createVidPlayerConfigGenerator
Implementation
static Future<String> generatePlayerConfig() async {
return await FlutterAliPlayerFactory.methodChannel
.invokeMethod("generatePlayerConfig");
}