useBeauty method

Future<void> useBeauty()

使用美颜

必须同时集成flutter_livepush_beauty_plugin插件才可使用

Implementation

Future<void> useBeauty() async {
  return _livePusherMethodChannel.invokeMethod(
    'useBeauty',
    wrapArgs(),
  );
}