customizeLeadInSleep method

Future<int>? customizeLeadInSleep(
  1. ReplayHarnessConfig config,
  2. String scenarioPath,
  3. int actionCount
)
inherited

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;