ViewPref class
Constructors
- ViewPref.getInstance()
-
factory
Properties
Methods
-
createLogMap(
String key) → Future< void> -
isClickThresholdCrossed(
Map< String, dynamic> viewJson) → bool -
isViewFrequencyCrossed(
Map< String, dynamic> viewJson) → bool -
logClicks(
Map< String, dynamic> viewJson) → Future<void> -
logViews(
Map< String, dynamic> viewJson) → Future<void> -
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