setTestOnlyShowBuildContext method
Implementation
void setTestOnlyShowBuildContext(AFUIType uiType, BuildContext? ctx) {
_testOnlyShowBuildContext[uiType] = ctx;
}
void setTestOnlyShowBuildContext(AFUIType uiType, BuildContext? ctx) {
_testOnlyShowBuildContext[uiType] = ctx;
}