createDialogShortcut<TSPI extends AFDialogStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> method

AFStateTestDialogShortcut<TSPI> createDialogShortcut<TSPI extends AFDialogStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(
  1. AFScreenID screenId
)

Implementation

AFStateTestDialogShortcut<TSPI> createDialogShortcut<TSPI extends AFDialogStateProgrammingInterface>(AFScreenID screenId) {
  return AFStateTestDialogShortcut<TSPI>(this, screenId);
}