executeWidget method
void
executeWidget(
- AFStateTestScreenContext<
AFStateProgrammingInterface< screenContext, {AFComponentState, AFBuildContext< >AFFlexibleStateView, AFRouteParam> , AFFunctionalTheme> - required AFRouteParam launchParam,
- required AFStateTestWidgetHandlerDelegate<
TSPI> body,
Implementation
void executeWidget(AFStateTestScreenContext screenContext, { required AFRouteParam launchParam, required AFStateTestWidgetHandlerDelegate<TSPI> body}) {
screenContext.executeWidgetUseLaunchParam<TSPI>(launchParam, config, body);
}