RefreshingInterface class abstract interface

Interface, that should be implemented by any wallet or contract that supports functionality of refreshing.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
refreshDescription String
Description of refreshing operation that is used for logging. It can be address of wallet or contract.
no setter
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
refresh() Future<void>
Long-time operation that should be called to refresh object.
toString() String
A string representation of this object.
inherited

Operators

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