loadRoot method

void loadRoot(
  1. String? root
)

Implementation

void loadRoot(String? root) {
  _root = root;
}