mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 17:22:13 +00:00
6 lines
238 B
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';
|
|
}
|