createScreenContext<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> > method
AFStateTestScreenContext<TSPI>
createScreenContext<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> >({
- required AFScreenID screenId,
- required AFConnectedUIConfig<
AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface< screenConfig,AFComponentState, AFBuildContext< >AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme>
override
Implementation
@override
AFStateTestScreenContext<TSPI> createScreenContext<TSPI extends AFStateProgrammingInterface>({
required AFScreenID screenId,
required AFConnectedUIConfig screenConfig,
}) {
return AFStateTestScreenContextForState<TSPI>(screenId: screenId, screenConfig: screenConfig);
}