call abstract method

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

Implementation

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