onContextReady method
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.
Platforms: Mobile and Web
Implementation
@override
void onContextReady() {}