cancel method
Cancels the connection attempt.
This also causes the socket Future
to complete with a
SocketException error.
Implementation
void cancel() {
_onCancel();
}
Cancels the connection attempt.
This also causes the socket Future
to complete with a
SocketException error.
void cancel() {
_onCancel();
}