drainRecordedSteps static method
Implementation
static List<CockpitStepRecord> drainRecordedSteps({bool clear = true}) {
return binding.runtimeStepBuffer.drain(clear: clear);
}
static List<CockpitStepRecord> drainRecordedSteps({bool clear = true}) {
return binding.runtimeStepBuffer.drain(clear: clear);
}