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