objectScannedV5 abstract method

Future<Either<Failure, ScanResponseModel>> objectScannedV5(
  1. XFile photo,
  2. String accessToken, {
  3. String? email,
})

Implementation

Future<Either<Failure, ScanResponseModel>> objectScannedV5(
    XFile photo, String accessToken,
    {String? email});