call abstract method

TRes call({
  1. String? price,
  2. String? selectedValue,
  3. String? productAttribute,
})

Implementation

TRes call({
  String? price,
  String? selectedValue,
  String? productAttribute,
});