initialized property
Completes when this server has finished initialization and gotten the final ack from the client.
Implementation
Future<void> get initialized => _initialized.future;
Completes when this server has finished initialization and gotten the final ack from the client.
Future<void> get initialized => _initialized.future;