close method

void close()

Closes the transaction manager

Implementation

void close() {
  clear();
  _beginController.close();
  _commitController.close();
  _abortController.close();
}