objectScanned abstract method
this will upload the image and the scanned service will return the inventory details of the object scanned
Implementation
Future<Either<Failure, String>> objectScanned(
XFile photo, String accessToken);
this will upload the image and the scanned service will return the inventory details of the object scanned
Future<Either<Failure, String>> objectScanned(
XFile photo, String accessToken);