-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
controller = ScheduleController([
Schedule(
timeOutRunOnce: true,
timing: [13, 19],
readFn: () async => await get('schedule'),
writeFn: (String data) async {
await save('schedule', data);
},
callback: () {
print('schedule------------------------------------------');
},
),
]);
controller.run();
我的理解就是,1-7点钟,这个时间段执行,那为什么没有正常执行呢, 读写代码是文档上复制的,
Metadata
Metadata
Assignees
Labels
No labels