preMutate method

  1. @protected
void preMutate ()
@protected

Method that is called when publishMutation is called but before the stream is notified. Does nothing by default.

Implementation

@protected
void preMutate() => null;