twonly-app/lib/src/constants/subscription.keys.dart

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';
}