dispose static method
销毁美颜插件
Implementation
static Future dispose() async {
channel.invokeMethod(beauty, {
"method": "dispose",
});
}
销毁美颜插件
static Future dispose() async {
channel.invokeMethod(beauty, {
"method": "dispose",
});
}