WWarehouseExecutiveDataSourcerImpl class

Inheritance

Constructors

WWarehouseExecutiveDataSourcerImpl(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
getProductList(int id) Future<Either<AppException, Response>>
override
getVehicleList(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
markAsInpackageToPackageReady(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
markAsPacketReadyToShip(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
markAsReturnToHO(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
packetReadyData(Map<String, dynamic> data) Future<Either<AppException, Response>>
override
returnToHO(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