postStepSleep method

  1. @override
Future<void> postStepSleep(
  1. Duration duration
)
override

Gives the test step an opportunity to sleep after the step has been executed. Steps that do not interact with the application may choose to override this and reduce or elimate the delay.

Implementation

@override
Future<void> postStepSleep(Duration duration) async {}