setRootPath method

void setRootPath(
  1. String root
)

Implementation

void setRootPath(String root) {
  _root = root;
}