call abstract method

TRes call({
  1. String? product_id,
  2. String? provider,
  3. String? store_id,
})

Implementation

TRes call({
  String? product_id,
  String? provider,
  String? store_id,
});