endTransaction method
Implementation
Future<void> endTransaction() async {
if (pool != null) {
await (await pool.getConnection()).close();
tools = null;
}
}
Future<void> endTransaction() async {
if (pool != null) {
await (await pool.getConnection()).close();
tools = null;
}
}