wrongClosedStatus method

Future<int> wrongClosedStatus(
  1. String id
)

Implementation

Future<int> wrongClosedStatus(
  String id,
) =>
    Complaint(host, apikey).post(
      id,
      CorrectionType.wrongStatusClosed,
      "",
    );