call abstract method

TRes call({
  1. String? coupon,
  2. String? order,
})

Implementation

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