TF-3985 Display Increase your space button when premium is available on web desktop

This commit is contained in:
dab246
2025-09-09 13:13:53 +07:00
committed by Dat H. Pham
parent 066557110d
commit 9671822f78
10 changed files with 165 additions and 12 deletions
@@ -19,6 +19,8 @@ class SaaSAccountCapability extends CapabilityProperties {
return SaaSAccountCapability.fromJson(json);
}
bool get isPremiumAvailable => canUpgrade;
@override
List<Object?> get props => [isPaying, canUpgrade];
}