createScreenContext<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> method

  1. @override
AFStateTestScreenContext<TSPI> createScreenContext<TSPI extends AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>({
  1. required AFScreenID screenId,
  2. required AFConnectedUIConfig<AFComponentState, AFFunctionalTheme, AFFlexibleStateView, AFRouteParam, AFStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> screenConfig,
})
override

Implementation

@override
AFStateTestScreenContext<TSPI> createScreenContext<TSPI extends AFStateProgrammingInterface>({
  required AFScreenID screenId,
  required AFConnectedUIConfig screenConfig,
}) {
  return AFStateTestScreenContextForState<TSPI>(screenId: screenId, screenConfig: screenConfig);
}