before method

FutureOr<void> before()

Override this to have some logic before the action is dispatched. If this method throws, the reduce method will not be called but after will still be called.

Implementation

FutureOr<void> before() {}