call abstract method

$R call({
  1. String? supervisorName,
  2. String? supervisorContactNumber,
  3. String? otherComplaintDescription,
})

Implementation

$R call(
    {String? supervisorName,
    String? supervisorContactNumber,
    String? otherComplaintDescription});