WarehouseManagerDataSourceImpl class

Inheritance

Constructors

WarehouseManagerDataSourceImpl(NetworkService networkService)

Properties

hashCode int
The hash code for this object.
no setterinherited
networkService NetworkService
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addStock(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getCompanyList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getOpportunityList() Future<Either<AppException, Response>>
override
getProductList(int id) Future<Either<AppException, Response>>
override
getVehicleLIst(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
getWarehouse() Future<Either<AppException, Response>>
override
getWarehouseReturnList() Future<Either<AppException, Response>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
submitSerialForReturnItem(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited