customizeLeadInSleep method
Future<int> ?
customizeLeadInSleep(
- ReplayHarnessConfig config,
- String scenarioPath,
- int actionCount
Override to customize lead-in sleep handling. Return the final action count or use the mixin default.
Implementation
Future<int>? customizeLeadInSleep(
ReplayHarnessConfig config,
String scenarioPath,
int actionCount,
) => null;