RemoveFavoriteSticker constructor
const
RemoveFavoriteSticker({
- required InputFile sticker,
Removes a sticker from the list of favorite stickers
Implementation
const RemoveFavoriteSticker({
required this.sticker,
});