SetAutomationEventBaseFrame method
Set automation event internal base frame to start recording
Implementation
void SetAutomationEventBaseFrame(
int frame,
) => run(
() => _debugLabels.SetAutomationEventBaseFrame(frame),
() => _flat.SetAutomationEventBaseFrame(
frame,
),
);