setScreenMode method

void setScreenMode(
  1. bool enabled
)

Implementation

void setScreenMode(bool enabled) {
  _screenMode = true;
}