mainPath static method

String mainPath(
  1. String outputPath
)

Implementation

static String mainPath(String outputPath) {
  return outputPath;
}