sendDamageRequest abstract method

Future<Either<AppException, Response>> sendDamageRequest(
  1. String scanCode,
  2. String reason,
  3. String note,
  4. String file,
)

Implementation

Future<Either<AppException, response.Response>> sendDamageRequest(
    String scanCode, String reason, String note, String file);