LogPipe class
- Implemented types
Properties
Methods
-
addStream(
Stream< List< stream) → Futureint> > -
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