setGraphRoot static method

dynamic setGraphRoot(
  1. String root
)

Implementation

static setGraphRoot(String root) {
  Avanda.config.rootUrl = root;
}