findUIConfig method
AFConnectedUIConfig<AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > ?
findUIConfig(
- AFScreenID id
Implementation
AFConnectedUIConfig? findUIConfig(AFScreenID id) {
return _screenConfigs[id];
}