onContextReady method

void onContextReady()

runs the first time didChangeDependencies is called in case you have other mixins which override didChangeDependencies add this mixin as the last mixin in the list

Implementation

void onContextReady() {}