LogPipe class

Implemented types

Constructors

LogPipe(LogFunc logger)

Properties

hashCode int
The hash code for this object.
no setterinherited
logger LogFunc
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addStream(Stream<List<int>> stream) Future
Consumes the elements of stream.
override
close() Future
Tells the consumer that no further streams will be added.
override
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