importStatementPath method

String importStatementPath(
  1. List<String> projectPath
)

Implementation

String importStatementPath(List<String> projectPath) {
  return importPathStatementStatic(projectPath);
}