AnalyticsRepository class

Inheritance

Constructors

AnalyticsRepository(SharedPreferences _sharedPref, {IGoogleAnalyticsRemoteDatasource? googleAnalyticsRemoteDS, IAnalyticsRudderStackRemoteDatasource? rudderStackRemoteDS})

Properties

googleAnalyticsRemoteDS IGoogleAnalyticsRemoteDatasource?
final
hashCode int
The hash code for this object.
no setterinherited
rudderStackRemoteDS IAnalyticsRudderStackRemoteDatasource?
final
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>>
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

Operators

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