Returns if the sticker at stickerPath is animated
stickerPath
bool isStickerAnimated(String stickerPath) { return extension(stickerPath).toLowerCase() == '.webp' && _fileService.isWebpAnimated(stickerPath); }