commitRunner property

void commitRunner=(CommitRunner newCommitRunner)

Change function used to execute callback provided in commit function

Initially commitRunner value is runCommit

Implementation

static set commitRunner(CommitRunner newCommitRunner) {
  _commitRunner = newCommitRunner;
}