ReplayGuard class final
Persists recently processed action identities to suppress duplicate/replayed platform callbacks across process restarts.
Constructors
- ReplayGuard({SharedPreferencesAsync? preferences, required Duration window})
Properties
Methods
-
claim(
String identity, DateTime now) → Future< bool> -
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