setRecurrenceOnEvent method
Sets the callback function for recurrence events.
Optional parameter that specifies a different callback for recurrence events.
If not set, the main onEvent callback will be used for recurrences.
Implementation
EventSchedulerBuilder setRecurrenceOnEvent(VoidCallback callback) {
_recurrenceOnEvent = callback;
return this;
}