call abstract method

TRes call({
  1. String? deliveryNote,
  2. String? invoice,
})

Implementation

TRes call({
  String? deliveryNote,
  String? invoice,
});