done property

  1. @override
Future get done
inherited

A future that will complete when the consumer closes, or when an error occurs.

This future is identical to the future returned by close.

Implementation

@override
Future<dynamic> get done => socket.done;