wrongBrand method

Future<int> wrongBrand(
  1. String id,
  2. String brand
)

Implementation

Future<int> wrongBrand(
  String id,
  String brand,
) =>
    Complaint(host, apikey).post(
      id,
      CorrectionType.wrongPetrolStationBrand,
      brand,
    );