removeSideEffect
const removeSideEffect: TypedRemoveListener<CombinedState<{
breakpoint: BreakpointState;
error: ErrorState;
liveMessage: LiveMessageState;
waitMessage: WaitMessageState;
}>, AppDispatch>;
Removes a side effect listener.
Example
const unsubscribe = startSideEffect({...});
removeSideEffect(unsubscribe);