setDebug static method

void setDebug(
  1. bool isDebug
)

Implementation

static void setDebug(bool isDebug) {
  _isDebug = isDebug;
}