handleInitialized method
Called by the client after accepting our InitializeResult.
The server should not respond.
Implementation
@mustCallSuper
void handleInitialized([InitializedNotification? notification]) {
_initialized.complete(notification);
}