getProductList abstract method

Future<Either<AppException, Response>> getProductList(
  1. int districtId
)

Implementation

Future<Either<AppException, response.Response>> getProductList(
    int districtId);