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