mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-07-17 23:54:08 +00:00
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
7 lines
307 B
Dart
7 lines
307 B
Dart
class KeyValueKeys {
|
|
static const String lastPeriodicTaskExecution =
|
|
'last_periodic_task_execution';
|
|
static const String currentBackupState = 'current_backup_state';
|
|
static const String backupRecoveryState = 'backup_recovery_state';
|
|
static const String onboardingState = 'onboarding_state';
|
|
}
|