updateTestingScreenType static method

void updateTestingScreenType()

Implementation

static void updateTestingScreenType() {
  if(_instance != null) {
      _instance!._setupScreenType();
  }
}