observe abstract method

void observe(
  1. ReduxAction<St> action,
  2. St stateIni,
  3. St stateEnd,
  4. Object? error,
  5. int dispatchCount,
)

Implementation

void observe(
  ReduxAction<St> action,
  St stateIni,
  St stateEnd,
  Object? error,
  int dispatchCount,
);