future property

  1. @override
Future<ConnectException> get future
inherited

The future that completes when the signal is aborted.

The returned value is the reason.

Implementation

@override
Future<ConnectException> get future => _future;