defineStateViewCreator<TState extends AFFlexibleStateView> method

void defineStateViewCreator<TState extends AFFlexibleStateView>(
  1. AFCreateStateViewDelegate<AFFlexibleStateView> creator
)

Implementation

void defineStateViewCreator<TState extends AFFlexibleStateView>(AFCreateStateViewDelegate creator) {
  stateViewCreators[TState] = creator;
}