addTransaction

Adds a Transaction to a User from the repository.

Parameters

id
The id of the User.
transaction
The Transaction to be added.
open suspend override fun addTransaction(id: String, transaction: Transaction)