stickersEffectsTypes static method

List<ZegoBeautyPluginEffectsType> stickersEffectsTypes()

stickers Effects Types

Implementation

static List<ZegoBeautyPluginEffectsType> stickersEffectsTypes() =>
    ZegoBeautyPluginEffectsType.values.sublist(
        ZegoBeautyPluginEffectsType.stickerAnimal.index,
        ZegoBeautyPluginEffectsType.stickerSailorMoon.index + 1);