TransactionService class Null safety
Transactions card data source implementation of ITransactionService using HttpClient
- Inheritance
- Object
- RestService
- TransactionService
- Implemented types
Constructors
Properties
Methods
-
addTransaction(
String userId, TransactionModel transaction) → Future< TransactionModel> -
Save a new transactions performed by the user
userId
override -
getList(
String userId, String? cardId) → Future< List< TransactionModel> > -
Get list of the transactions performed by the user
userId
using the cardcardId
override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited