mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 09:48:40 +00:00
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
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';
|
|
}
|