alwaysNotify top-level constant

MakeObservable const alwaysNotify

Allows a reaction to be fired even if the value hasn't changed.

Implementation

const MakeObservable alwaysNotify =
    MakeObservable(equals: observableAlwaysNotEqual);