* Cancels specified transaction * * @param {TransactionId} transactionId Transaction handle for operation to be cancelled * @returns {Promise } * @private
(transactionId: TransactionId)
| 797 | * @private |
| 798 | */ |
| 799 | cancelTransaction(transactionId: TransactionId): Promise<void>; |
| 800 | |
| 801 | /** |
| 802 | * Sets new log level for native module's logging mechanism. |
no outgoing calls
no test coverage detected