postMutate method

  1. @protected
void postMutate ()
@protected

Method that is called when mutate is called, after the stream is notified. Does nothing by default.

Implementation

@protected
void postMutate() => null;