endTransaction method
Implementation
Future<void> endTransaction() async {
if(transactionBegun) await transaction.getConnection().close();
}
Future<void> endTransaction() async {
if(transactionBegun) await transaction.getConnection().close();
}