WatchdogStorage class abstract

Delegate interface for persisting watchdog crash counts and active patch states across restarts.

Implementers

Constructors

WatchdogStorage()

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

clearPatch(String patchId) → void
Clears stored crash records for patchId.
getConsecutiveCrashes(String patchId) int
Returns the consecutive crash count for the given patchId.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setConsecutiveCrashes(String patchId, int count) → void
Stores consecutive crash count for patchId.
toString() String
A string representation of this object.
inherited

Operators

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