done property

Future<void> done

A future that completes when this server has been shut down.

This future completes after shutdown is called directly on this instance, or if a remote client uses global.shutdown on a connection handled by this server.

Implementation

Future<void> get done;