waitStopped method

Future<bool> waitStopped()
inherited

Returns a Future that completes when this server stops.

Implementation

Future<bool> waitStopped() => _stoppedCompleter.future;