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() {}