initialized property

Future<InitializedNotification?> get initialized
inherited

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

Implementation

Future<InitializedNotification?> get initialized => _initialized.future;