call method
Activate the effect starting with the callback
Implementation
@override
void Function() call() {
SignalsObserver.instance?.onEffectCalled(this);
return super.call();
}
Activate the effect starting with the callback
@override
void Function() call() {
SignalsObserver.instance?.onEffectCalled(this);
return super.call();
}