commit method

void commit()

Implementation

void commit() {
  if (!isCommitted) {
    _injector.commit();
    isCommitted = true;
  }
}