done property Null safety
inherited
Get 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
Future get done => _sink.done;
Get a future that will complete when the consumer closes, or when an error occurs. This future is identical to the future returned by close.
Future get done => _sink.done;