cdnUrl abstract method

String cdnUrl(
  1. {String format = 'webp',
  2. int? size,
  3. bool animated = true}
)

Returns the CDN URL for this emoji with given format and size. If animated is set as true, an animated version of the emoji (if applicable) will be displayed.

Implementation

String cdnUrl({String format = 'webp', int? size, bool animated = true});