onRRuleChanged property

void Function(String)? onRRuleChanged
final

Callback function called when the recurrence rule changes.

The callback receives the new recurrence rule string as a parameter.

Implementation

final void Function(String)? onRRuleChanged;