objectScannedV4 abstract method

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

Implementation

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