$createRTCVideoEffect method

dynamic $createRTCVideoEffect()

Implementation

$createRTCVideoEffect() async {
  if (Platform.isAndroid) {
    $video_effect_instance =
        await ($instance as $a.RTCEngine).getVideoEffectInterface();
  } else {
    $video_effect_instance =
        await ($instance as $i.ByteRTCEngine).getVideoEffectInterface();
  }
  _videoEffectInterface = VideoEffect();
}