dropDelay property

(Future<void> Function()?) dropDelay
final

A function called each time an objection would drop due to an empty pendingSeqItems, but the objection will only be dropped if there is no further activity before it completes.

Implementation

final Future<void> Function()? dropDelay;