call method

  1. @override
void Function() call()

Activate the effect starting with the callback

Implementation

@override
void Function() call() {
  SignalsObserver.instance?.onEffectCalled(this);
  return super.call();
}