onUpdate method

void onUpdate()

Called after initState and on each update, i.e. whenever we navigate with this BeamLocation.

Useful for delegating some tasks that depend on navigation.

Implementation

void onUpdate() {}