onExecute property

(dynamic Function(RetryEvent event)?) onExecute
final

A callback function to be called when the retry is executed.

Implementation

final Function(RetryEvent event)? onExecute;