transactionManager property

  1. @override
TransactionManager transactionManager
final

The TransactionManager for this database.

Use this to execute blocks of code within a transaction.

Implementation

@override
final TransactionManager transactionManager;