IHelixworldsSDKService class abstract

Implementers

Constructors

IHelixworldsSDKService()

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

cacheFavoritesItem(InventoryItemModel model) Future<Either<Failure, Success>>
cacheValorToken(String token) Future<Either<Failure, Success>>
deleteFavoriteItem(MyLogModel model) Future<Either<Failure, Success>>
fetchFavoritesItems() Future<Either<Failure, List<MyLogModel>>>
fetchScannedItems() Future<Either<Failure, List<MyLogModel>>>
getAccessToken() Future<Either<Failure, String>>
getAnalyticsRepoService() AnalyticsRepository?
analytics mixpanel tracking event
getDefaultUserId() String
getUserId() Future<Either<Failure, String>>
isLocalFetch() bool
loginMobile(String developerId, String secret, String uuid) Future<Either<Failure, Success>>
auth gatherer just pass the developerId provided by metaverse group and secret key to be able to access our scanning api service features
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
redirectToUrl(String murl) Future<Either<Failure, Success>>
scanItem({String? email}) Future<Either<Failure, Success>>
set isAR = true then it will process the image detection using amazon rekognition
scanItemsByAR(XFile image, {String? email}) Future<Either<Failure, Success>>
setForProduction() Future<Either<Failure, Success>>
toString() String
A string representation of this object.
inherited

Operators

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