setEffect method

Future<int> setEffect(
  1. String path
)

@brief Set effect

Implementation

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