handleInitialized method

  1. @mustCallSuper
void handleInitialized(
  1. InitializedNotification notification
)

Called by the client after accepting our InitializeResult.

The server should not respond.

Implementation

@mustCallSuper
void handleInitialized(InitializedNotification notification) {
  _initialized.complete();
}