notifyInitialized method
Called after a successful call to initialize.
Implementation
void notifyInitialized([InitializedNotification? notification]) =>
sendNotification(InitializedNotification.methodName, notification);
Called after a successful call to initialize.
void notifyInitialized([InitializedNotification? notification]) =>
sendNotification(InitializedNotification.methodName, notification);