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

void executeBottomSheet<TSPI extends AFBottomSheetStateProgrammingInterface<AFComponentState, AFBuildContext<AFFlexibleStateView, AFRouteParam>, AFFunctionalTheme>>(
  1. AFScreenID screenId,
  2. AFStateTestScreenHandlerDelegate<TSPI> buildHandler
)

Implementation

void executeBottomSheet<TSPI extends AFBottomSheetStateProgrammingInterface>(AFScreenID screenId, AFStateTestScreenHandlerDelegate<TSPI> buildHandler) {
  executeScreen<TSPI>(screenId, buildHandler, verifyIsActiveScreen: false);
}