ViewPremiumFeature constructor
const
ViewPremiumFeature({
- required PremiumFeature feature,
Informs TDLib that the user viewed detailed information about a Premium feature on the Premium features screen
Implementation
const ViewPremiumFeature({
required this.feature,
});