StorageErrorListener class abstract

Storage error listener. This is a listener to subscribe to storage errors in managers that control some type of storage.

Constructors

StorageErrorListener()

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onStorageError(LocalError error) → void
Possible error types: - runtime_local_error.DiskCorruptError: Called if local storage is corrupted. - runtime_local_error.DiskFullError: Called if local storage is full.
toString() String
A string representation of this object.
inherited

Operators

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