SetAutomationEventBaseFrame method

  1. @override
void SetAutomationEventBaseFrame(
  1. int frame
)

Implementation

@override
void SetAutomationEventBaseFrame(
  int frame,
) => _ffi.SetAutomationEventBaseFrame(
  frame,
);