call abstract method

TRes call({
  1. String? product,
  2. String? shoppingCart,
  3. int? quantity,
})

Implementation

TRes call({
  String? product,
  String? shoppingCart,
  int? quantity,
});