didUpdate method

  1. @mustCallSuper
void didUpdate(
  1. H oldHook
)

Prepare this HookState for a build with new hook.

This will be called before every build, except the first one. oldHook will be the Hook used during the previous build.

Implementation

@mustCallSuper
void didUpdate(H oldHook) {}