cron method
Cron Schedules with the cron expression. "0 * * 1-3 * ? *"
Implementation
@override
Future<String?> cron(String cron, Topic topic, {Context? ctx}) async {
return await _h.invoke(this, _methods['cron']!, [cron, topic], ctx);
}
Cron Schedules with the cron expression. "0 * * 1-3 * ? *"
@override
Future<String?> cron(String cron, Topic topic, {Context? ctx}) async {
return await _h.invoke(this, _methods['cron']!, [cron, topic], ctx);
}