useBeauty method
使用美颜
必须同时集成flutter_livepush_beauty_plugin
插件才可使用
Implementation
Future<void> useBeauty() async {
return _livePusherMethodChannel.invokeMethod(
'useBeauty',
wrapArgs(),
);
}
使用美颜
必须同时集成flutter_livepush_beauty_plugin
插件才可使用
Future<void> useBeauty() async {
return _livePusherMethodChannel.invokeMethod(
'useBeauty',
wrapArgs(),
);
}