setDebugMode static method

void setDebugMode(
  1. bool mode
)

Implementation

static void setDebugMode(bool mode) {
  AdfurikunPlugin.invoke(METHOD_SET_DEBUG_MODE, {KEY_BOOL: mode});
}