call abstract method

TRes call({
  1. String? orderId,
  2. String? barcodeId,
})

Implementation

TRes call({
  String? orderId,
  String? barcodeId,
});