ProgressPublisher class abstract interface

When implemented on a given class, other code can subscribe to ProgressEvents and choose how to provide feedback to users - e.g. by logging to stderr or stdout in a CLI program, or adding to a UI widget in a Flutter app, etc

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
subscribeProgress() Stream<ProgressEvent>
toString() String
A string representation of this object.
inherited

Operators

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