premiumFeatureAnimatedProfilePhoto property
Profile photo animation on message and chat screens
Implementation
PremiumFeatureAnimatedProfilePhoto? get premiumFeatureAnimatedProfilePhoto {
if (this is PremiumFeatureAnimatedProfilePhoto) {
return this as PremiumFeatureAnimatedProfilePhoto;
}
return null;
}