LoadAutomationEventList method
Implementation
AutomationEventListD LoadAutomationEventList(
String? fileName,
) => run(
() => 'LoadAutomationEventList($fileName)',
() => _refCaptureAutomationEventList(
'LoadAutomationEventList_$fileName',
rl.Core.LoadAutomationEventList(
refStr(fileName),
),
),
);