SSHSocket class abstract

Constructors

SSHSocket()

Properties

done Future<void>
A future that will complete when the consumer closes, or when an error occurs.
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
sink StreamSink<List<int>>
no setter
stream Stream<Uint8List>
no setter

Methods

close() Future<void>
Closes the socket, returning the same future as done.
destroy() → void
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

Static Methods

connect(String host, int port, {Duration? timeout}) Future<SSHSocket>