call abstract method

TRes call({
  1. String? coupon,
  2. String? product,
  3. String? order,
  4. int? quantity,
})

Implementation

TRes call({
  String? coupon,
  String? product,
  String? order,
  int? quantity,
});