onEffect method
void
onEffect(
- Effect effect
Called when an effect is emitted by the feature.
effect: The effect emitted.
Implementation
void onEffect(Effect effect) {}
Called when an effect is emitted by the feature.
effect: The effect emitted.void onEffect(Effect effect) {}