add method

void add(
  1. String pathToFile
)

Implementation

void add(String pathToFile) {
  'git add $pathToFile'.start(workingDirectory: pathToGitRoot);
}