wrongPlace method

Future<int> wrongPlace(
  1. String id,
  2. String place
)

Implementation

Future<int> wrongPlace(
  String id,
  String place,
) =>
    Complaint(host, apikey).post(
      id,
      CorrectionType.wrongPetrolStationPlace,
      place,
    );