transactionContextManager property

TransactionContextManager get transactionContextManager

The transaction manager associated with this API. The ordinary singleton retains the legacy singleton manager.

Implementation

TransactionContextManager get transactionContextManager =>
    _transactionManager;