config static method

Future config()

native 初始化美颜

Implementation

static Future config() async {
  channel.invokeMethod(beauty, {
    "method": "config",
  });
}