clearRecordedSteps static method

void clearRecordedSteps()

Implementation

static void clearRecordedSteps() {
  binding.runtimeStepBuffer.clear();
}