createVidPlayerConfigGenerator static method
创建媒体播放自定义设置对象
Implementation
static Future<void> createVidPlayerConfigGenerator() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod("createVidPlayerConfigGenerator");
}
创建媒体播放自定义设置对象
static Future<void> createVidPlayerConfigGenerator() async {
return FlutterAliPlayerFactory.methodChannel
.invokeMethod("createVidPlayerConfigGenerator");
}