twonly-app/lib/src/constants/subscription.keys.dart
otsmr 2db1775d1f
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
starting with in app purchases
2025-12-20 02:14:01 +01:00

6 lines
238 B
Dart

class SubscriptionKeys {
static const String proMonthly = 'pro_monthly';
static const String proYearly = 'pro_yearly';
// static const String familyMonthly = 'family_monthly';
static const String familyYearly = 'family_yearly';
}