DoneFuture mixin

Implements Future interface for SftpFileWriter.

This is for compatibility with earlier versions of dartssh2.

Implemented types
Mixin Applications

Properties

done Future<void>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asStream() Stream<void>
Creates a Stream containing the result of this future.
override
catchError(Function onError, {bool test(Object error)?}) Future<void>
Handles errors emitted by this Future.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
then<S>(FutureOr<S> onValue(void), {Function? onError}) Future<S>
Register callbacks to be called when this future completes.
override
timeout(Duration timeLimit, {FutureOr<void> onTimeout()?}) Future<void>
Stop waiting for this future after timeLimit has passed.
override
toString() String
A string representation of this object.
inherited
whenComplete(FutureOr action()) Future<void>
Registers a function to be called when this future completes.
override

Operators

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