ProductRepo class

Constructors

ProductRepo([AppApi? api])
factory

Properties

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

Methods

getProductCategories() Future<List<ProductCategory>>
getProductOfProFromSA(dynamic params) Future<List<ProductModel>>
getProductOfUserFromSA(dynamic params) Future<List<ProductModel>>
getProductsFromPro(dynamic params) Future<List<ProductModel>>
getStatusList() Future<List<ProductStatus>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateProduct({dynamic productId, dynamic productStatusId, dynamic placeId, dynamic label}) Future<bool>
updateTerminalFromPro({dynamic terminalId, dynamic label, dynamic direction}) Future<bool>
v2GetProductCategories() Future<List<ProductCategory>>
v2getProductRefByCatId(dynamic params) Future<List<ProductCategory>>

Operators

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