effectRejected method

void effectRejected(
  1. int effectId,
  2. dynamic error
)

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

effectId The ID of the yielded effect error Error raised with the rejection of the effect

Implementation

void effectRejected(int effectId, dynamic error) {}