|
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 data;import models;import unloading_request_model.dart;import entities;import collection_voucher_entity.dart;import repositories;import unloading_repository.dart;
Go to the source code of this file.
Classes | |
| class | SendUnloadingParams |
Functions | |
| SendUnloadingUsecase ({required this.repository}) | |
| override Future< Either< Failure, bool > > | call (SendUnloadingParams params) async |
Variables | |
| class SendUnloadingParams | bool |
| class SendUnloadingParams | repository |
| override Future< Either< Failure, bool > > call | ( | SendUnloadingParams | params | ) |
Definition at line 30 of file send_unloading_usecase.dart.
| SendUnloadingUsecase | ( | {required this.repository} | ) |

| class SendUnloadingParams bool |
| class SendUnloadingParams repository |