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