findComponentStateCreator<TState extends AFComponentState> method

AFCreateComponentStateDelegate? findComponentStateCreator<TState extends AFComponentState>()

Implementation

AFCreateComponentStateDelegate? findComponentStateCreator<TState extends AFComponentState>() {
  return coreDefinitions.findComponentStateCreator<TState>();
}