allEffectsTypes static method

List<ZegoBeautyPluginEffectsType> allEffectsTypes()

all Effects Types

Implementation

static List<ZegoBeautyPluginEffectsType> allEffectsTypes() {
  return List.from(ZegoBeautyPluginEffectsType.values)
    ..remove(ZegoBeautyPluginEffectsType.backgroundGreenScreenSegmentation);
}