IAnalyticsRepository class abstract

Implementers

Constructors

IAnalyticsRepository()

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

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

Operators

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