Aidra Driver 1.3.5+68
Aidra Driver - Your path to green energy
Loading...
Searching...
No Matches
send_collection_payment_usecase.dart File Reference
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;
Include dependency graph for send_collection_payment_usecase.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

Function Documentation

◆ call()

override Future< Either< Failure, bool > > call ( SendCollectionPaymentParams params)

Definition at line 32 of file send_collection_payment_usecase.dart.

◆ SendCollectionPaymentUsecase()

SendCollectionPaymentUsecase ( {required this.repository} )
Here is the caller graph for this function:

Variable Documentation

◆ bool

◆ repository

class SendCollectionPaymentParams repository