mirror of
https://github.com/koloideal/Casha.git
synced 2026-08-08 17:51:14 +03:00
7 lines
148 B
Dart
7 lines
148 B
Dart
abstract class FeatureFlags {
|
|
bool get canEditCardColors;
|
|
bool get canEditCardHeight;
|
|
bool get canEditCardTextColor;
|
|
int get maxAccounts;
|
|
}
|