timeout property

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

A function called each time there is something added or removed from the pendingSeqItems, and if it completes before an objection is dropped or some further activity occurs, an error is flagged.

Implementation

final Future<void> Function()? timeout;