setEffect method

Future<int> setEffect(
  1. String path
)

@brief 占位方法,调用无效。

Implementation

Future<int> setEffect(String path) async {
  return await byteRTCHelper.setEffect($video_effect_instance, path);
}