ReorderInstalledStickerSets constructor
const
ReorderInstalledStickerSets({
- required StickerType stickerType,
- required List<
int> stickerSetIds,
Changes the order of installed sticker sets
Implementation
const ReorderInstalledStickerSets({
required this.stickerType,
required this.stickerSetIds,
});