IScanRepository class abstract

Implementers

Constructors

IScanRepository()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cacheSavedItem(InventoryItemModel items) Future<Either<Failure, Success>>
deleteSavedItem(MyLogModel item) Future<Either<Failure, Success>>
getGathererAccessToken() Future<Either<Failure, String>>
getInventoryItemByID(String id) Future<Either<Failure, InventoryItemModel>>
pass the ID of the object detected from image detector ex. p001
getSavedItems() Future<Either<Failure, List<MyLogModel>>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
processImageAR(XFile image, {String? email}) Future<Either<Failure, InventoryItemModel>>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited