future property
The future that completes when the signal is aborted.
The returned value is the reason.
Implementation
@override
Future<ConnectException> get future => _future;
The future that completes when the signal is aborted.
The returned value is the reason.
@override
Future<ConnectException> get future => _future;