premiumStoryFeatureStealthMode property
The ability to hide the fact that the user viewed other's stories
Implementation
PremiumStoryFeatureStealthMode? get premiumStoryFeatureStealthMode {
if (this is PremiumStoryFeatureStealthMode) {
return this as PremiumStoryFeatureStealthMode;
}
return null;
}