onWillUpdate method

void onWillUpdate(
  1. covariant StateBase? state
)

This method is called when the instance's state is about to be updated. The parameter is a StateBase.

Implementation

void onWillUpdate(covariant StateBase? state) {}