mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-05-25 08:32:13 +00:00
Some checks are pending
Flutter analyze & test / flutter_analyze_and_test (push) Waiting to run
4 lines
111 B
Dart
4 lines
111 B
Dart
class KeyValueKeys {
|
|
static const String lastPeriodicTaskExecution =
|
|
'last_periodic_task_execution';
|
|
}
|