tx abstract method

Future<void> tx(
  1. List<DbStatement> statements
)

Run statements in a single transaction.

Implementation

Future<void> tx(List<DbStatement> statements);