timeout property

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

A function called each time there is activity being considered, and if it completes before an objection is dropped or there is further activity, then an error will be flagged.

Implementation

final Future<void> Function()? timeout;