defineComponentStateCreator<TState extends AFComponentState> method
void
defineComponentStateCreator<TState extends AFComponentState>(
- AFCreateComponentStateDelegate creator
Implementation
void defineComponentStateCreator<TState extends AFComponentState>(AFCreateComponentStateDelegate creator) {
componentStateCreators[TState] = creator;
}