abortDispatch method

bool abortDispatch()

If this returns true, the action will not be dispatched: before, reduce and after will not be called, and the action will not be visible to the StoreTester. This is only useful under rare circumstances, and you should only use it if you know what you are doing.

Implementation

bool abortDispatch() => false;