getTriggerExecutor method

TriggerExecutor<TriggerConfiguration>? getTriggerExecutor(
  1. int triggerId
)

Get the TriggerExecutor for a triggerId, if available.

Implementation

TriggerExecutor? getTriggerExecutor(int triggerId) =>
    _triggerExecutors[triggerId];