sleep property

Future<void> Function(Duration delay)? sleep
final

Hook used to pause between attempts. Defaults to Future.delayed. Tests inject a fake to capture the requested delay sequence.

Implementation

final Future<void> Function(Duration delay)? sleep;