initialized property

Future<void> get initialized

Completes when this server has finished initialization and gotten the final ack from the client.

Implementation

Future<void> get initialized => _initialized.future;