createBottomSheetShortcut<TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>> method

AFStateTestBottomSheetShortcut<TSPI> createBottomSheetShortcut<TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(
  1. AFScreenID screenId
)

Implementation

AFStateTestBottomSheetShortcut<TSPI> createBottomSheetShortcut<TSPI extends AFBottomSheetStateProgrammingInterface>(AFScreenID screenId) {
  return AFStateTestBottomSheetShortcut<TSPI>(this, screenId);
}