createInitialComponentStates method
Returns a function that creates the initial applications state, used to reset the state.
Implementation
AFComponentStates createInitialComponentStates() {
return appContext.createInitialComponentStates(coreDefinitions, thirdPartyLibraries);
}