effect abstract method

Future<void> effect(
  1. ModuleRef ref,
  2. ModuleEffectNext next
)

Module effect.

  • ref is the module reference.
  • next is the next effect.

Implementation

Future<void> effect(ModuleRef ref, ModuleEffectNext next);