addPage static method

void addPage(
  1. String file
)

Implementation

static void addPage(String file) {
  paths.add(file);
}