beginTransaction method

Future<void> beginTransaction()

Implementation

Future<void> beginTransaction() async {
  connection = await pool.getConnection();
  poolOpen=true;
  tools = pool.tools;
}