setTestOnlyShowBuildContext method

void setTestOnlyShowBuildContext(
  1. AFUIType uiType,
  2. BuildContext? ctx
)

Implementation

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