dispose static method

Future dispose()

销毁美颜插件

Implementation

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