menu
agrovikas_network package
documentation
warehouse_executive/warehouse_executive_api.dart
WarehouseExecutiveDataSource
getProductList abstract method
getProductList abstract method
dark_mode
light_mode
getProductList
abstract method
Future
<
Either
<
AppException
,
Response
>
>
getProductList
(
int
districtId
)
Implementation
Future<Either<AppException, response.Response>> getProductList( int districtId);
agrovikas_network package
documentation
warehouse_executive/warehouse_executive_api
WarehouseExecutiveDataSource
getProductList abstract method
WarehouseExecutiveDataSource class