PlayAutomationEvent method

void PlayAutomationEvent(
  1. AutomationEventD event
)

Implementation

void PlayAutomationEvent(
  AutomationEventD event,
) => run(
  () => 'PlayAutomationEvent($event)',
  () => rl.Core.PlayAutomationEvent(
    _refAutomationEvent1(event).ref,
  ),
);