Registers a FinchCron instance to be scheduled. The cron parameter is the FinchCron instance to be registered.
cron
void registerCron(FinchCron cron) { crons.add(cron); }