config static method
native 初始化美颜
Implementation
static Future config() async {
channel.invokeMethod(beauty, {
"method": "config",
});
}
native 初始化美颜
static Future config() async {
channel.invokeMethod(beauty, {
"method": "config",
});
}