effectCancelled method

void effectCancelled(
  1. int effectId
)

Defines function type which is invoked when an effect is cancelled by the middleware

effectId The ID of the yielded effect

Implementation

void effectCancelled(int effectId) {}