drainRecordedSteps static method

List<CockpitStepRecord> drainRecordedSteps({
  1. bool clear = true,
})

Implementation

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