listRoots method

List<Root> listRoots()

Get all server roots

Implementation

List<Root> listRoots() {
  return List<Root>.unmodifiable(_roots);
}