call abstract method

TRes call({
  1. String? custom,
  2. String? response,
})

Implementation

TRes call({
  String? custom,
  String? response,
});