AnalyticsRepository class
Methods
-
analyticsAttemptScannedItems(Map<String, dynamic> scanResult, InventoryItemModel expectedItem)
→ Future<Either<Failure, Success>>
-
override
-
analyticsRedirectToShopEvent(String url, String userId)
→ Future<Either<Failure, Success>>
-
override
-
analyticsRedirectToShopEventItemId(String url, String userId, String itemId)
→ Future<Either<Failure, Success>>
-
override
-
analyticsSavedItems(InventoryItemModel item)
→ Future<Either<Failure, Success>>
-
override
-
analyticsScannedItems(InventoryItemModel item)
→ Future<Either<Failure, Success>>
-
override
-
analyticsTrackInstalls()
→ Future<Either<Failure, Success>>
-
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited