MonetizedRepo class abstract

Repository for handling request/response about monetized models from database.

Should use Hive.

Constructors

MonetizedRepo()

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

fetchFreeUsedToday() Future<int>
Count user's used free premium-feature
fetchPurchasedIapStatus() Future<bool>
Get in-app-purchase status from database
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
savePurchasedIapStatus({bool purchased = false}) Future<void>
Store recently in-app-purchase status into database
toString() String
A string representation of this object.
inherited
updateFreeUsedToday() Future<void>
Update counter of user's used free premium-feature

Operators

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