getInstance static method

ScreenUtil getInstance()

Implementation

static ScreenUtil getInstance() {
  _singleton._init();
  return _singleton;
}