onInitialized abstract method
called when widget is initialized
this method is called in didChangeDependencies , so there's no need to call setState
Implementation
void onInitialized(FormeState form);
called when widget is initialized
this method is called in didChangeDependencies , so there's no need to call setState
void onInitialized(FormeState form);