call abstract method

TRes call({
  1. Enum$CustomerPhaseEnum? phase,
  2. String? score,
})

Implementation

TRes call({
  Enum$CustomerPhaseEnum? phase,
  String? score,
});