testOnlyShowBuildContext method

BuildContext? testOnlyShowBuildContext(
  1. AFUIType uiType
)

Implementation

BuildContext? testOnlyShowBuildContext(AFUIType uiType) {
  return _testOnlyShowBuildContext[uiType];
}