initialized method
void
initialized()
Notifies the server the client is ready (sent after initialize).
Implementation
void initialized() => sendNotification('initialized', const {});
Notifies the server the client is ready (sent after initialize).
void initialized() => sendNotification('initialized', const {});