observe abstract method

bool observe(
  1. Object error,
  2. StackTrace stackTrace,
  3. ReduxAction<St> action,
  4. Store<St> store,
)

Implementation

bool observe(
  Object error,
  StackTrace stackTrace,
  ReduxAction<St> action,
  Store<St> store,
);