|
Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
|
import package;import dartz.dart;import core;import common;import use_case;import use_case.dart;import error;import failures.dart;import entities;import req;import req_collection_payment_entity.dart;import repositories;import collection_repository.dart;
Go to the source code of this file.
Classes | |
| class | SendCollectionPaymentParams |
Functions | |
| SendCollectionPaymentUsecase ({required this.repository}) | |
| override Future< Either< Failure, bool > > | call (SendCollectionPaymentParams params) async |
Variables | |
| class SendCollectionPaymentParams | bool |
| class SendCollectionPaymentParams | repository |
| override Future< Either< Failure, bool > > call | ( | SendCollectionPaymentParams | params | ) |
Definition at line 32 of file send_collection_payment_usecase.dart.
| SendCollectionPaymentUsecase | ( | {required this.repository} | ) |

| class SendCollectionPaymentParams bool |
| class SendCollectionPaymentParams repository |