cancelTransaction method
bool
cancelTransaction(
- Transaction transaction,
- DBObjectGCSAdapterContext? connection,
- Object? error,
- StackTrace? stackTrace,
override
Implementation
@override
bool cancelTransaction(
Transaction transaction,
DBObjectGCSAdapterContext? connection,
Object? error,
StackTrace? stackTrace) {
_openTransactionsContexts.remove(connection);
return true;
}