GetAnimatedEmoji constructor

const GetAnimatedEmoji({
  1. required String emoji,
})

Returns an animated emoji corresponding to a given emoji. Returns a 404 error if the emoji has no animated emoji

Implementation

const GetAnimatedEmoji({
  required this.emoji,
});