call abstract method

TRes call({
  1. String? products,
  2. String? articles,
  3. String? categories,
  4. String? brands,
  5. String? attributes,
  6. String? attributesvalues,
  7. bool? enable,
})

Implementation

TRes call({
  String? products,
  String? articles,
  String? categories,
  String? brands,
  String? attributes,
  String? attributesvalues,
  bool? enable,
});