|
| | UnloadingRepositoryImpl ({required this.remoteDataSource}) |
| override Future< Either< Failure, List< UnloadingCollectionEntity > > > | getPendingUnloadingCollections (int userId) async |
| override Future< Either< Failure, List< UnloadingHistoryEntity > > > | getHistoryUnloading (int userId) async |
| override Future< Either< Failure, List< WarehouseResponsibleEntity > > > | getWarehouseResponsibleList (int userId) async |
| Future< bool > | _sendLocationToServer ({ required int driverId, required double latitude, required double longitude, int? poId, String? poStatus, }) async |
| override Future< Either< Failure, bool > > | sendUnloading (UnloadingRequestModel unloadingRequestModel) async |
| Future< Either< Failure, List< UnloadingCollectionEntity > > > | getPendingUnloadingCollections (int userId) |
| Future< Either< Failure, List< UnloadingHistoryEntity > > > | getHistoryUnloading (int userId) |
| Future< Either< Failure, List< WarehouseResponsibleEntity > > > | getWarehouseResponsibleList (int userId) |
| Future< Either< Failure, bool > > | sendUnloading (UnloadingRequestModel unloadingRequestModel) |
◆ _sendLocationToServer()
| Future< bool > UnloadingRepository::_sendLocationToServer |
( |
{ required int driverId, required double latitude, required double longitude, int? poId, String? poStatus, } | | ) |
|
|
inlineprivate |
◆ getHistoryUnloading() [1/2]
◆ getHistoryUnloading() [2/2]
◆ getPendingUnloadingCollections() [1/2]
◆ getPendingUnloadingCollections() [2/2]
◆ getWarehouseResponsibleList() [1/2]
◆ getWarehouseResponsibleList() [2/2]
◆ sendUnloading() [1/2]
| Future< Either< Failure, bool > > UnloadingRepository::sendUnloading |
( |
UnloadingRequestModel | unloadingRequestModel | ) |
|
|
private |
◆ sendUnloading() [2/2]
| override Future< Either< Failure, bool > > UnloadingRepository::sendUnloading |
( |
UnloadingRequestModel | unloadingRequestModel | ) |
|
|
inlineprivate |
◆ UnloadingRepositoryImpl()
| UnloadingRepository::UnloadingRepositoryImpl |
( |
{required this.remoteDataSource} | | ) |
|
|
private |
◆ _apiClient
| final UnloadingRepository::_apiClient = sl<ApiClient>() |
|
private |
◆ remoteDataSource
The documentation for this class was generated from the following files: