onTrigger method
Called when this trigger executor is triggering.
Implementation
@mustCallSuper
Future<void> onTrigger() async => _controller.add(TriggerEvent());
Called when this trigger executor is triggering.
@mustCallSuper
Future<void> onTrigger() async => _controller.add(TriggerEvent());