setDebugConfig method

void setDebugConfig(
  1. bool isDebug
)

Implementation

void setDebugConfig(bool isDebug) {
  _isDebug = isDebug;
}