setRetryCallback static method
Sets the callback for events ready for retry
Implementation
static void setRetryCallback(void Function(List<PendingEvent>) callback) {
_onRetryEventsReady = callback;
}
Sets the callback for events ready for retry
static void setRetryCallback(void Function(List<PendingEvent>) callback) {
_onRetryEventsReady = callback;
}