createDrawerShortcut<TSPI extends AFDrawerStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> method

AFStateTestDrawerShortcut<TSPI> createDrawerShortcut<TSPI extends AFDrawerStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(
  1. AFScreenID screenId
)

Implementation

AFStateTestDrawerShortcut<TSPI> createDrawerShortcut<TSPI extends AFDrawerStateProgrammingInterface>(AFScreenID screenId) {
  return AFStateTestDrawerShortcut<TSPI>(this, screenId);
}