onTrigger method

  1. @mustCallSuper
Future<void> onTrigger()

Called when this trigger executor is triggering.

Implementation

@mustCallSuper
Future<void> onTrigger() async => _controller.add(TriggerEvent());