createInitialComponentStates method

AFComponentStates createInitialComponentStates()

Returns a function that creates the initial applications state, used to reset the state.

Implementation

AFComponentStates createInitialComponentStates() {
  return appContext.createInitialComponentStates(coreDefinitions, thirdPartyLibraries);
}