WarehouseManagerDataSourceImpl class
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