call abstract method

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

Implementation

TRes call({
  String? user,
  String? product,
});