abortTransaction method

  1. @Deprecated(_transactionDeprecationMessage)
Future abortTransaction(
  1. RepositoryTransaction transaction
)

Implementation

@Deprecated(_transactionDeprecationMessage)
Future abortTransaction(RepositoryTransaction transaction) {
  throw Deprecated(_transactionDeprecationMessage);
}