call abstract method

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

Implementation

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