setTestMode static method

void setTestMode(
  1. bool mode
)

Implementation

static void setTestMode(bool mode) {
  AdfurikunPlugin.invoke(METHOD_SET_TEST_MODE, {KEY_BOOL: mode});
}