notifyInitialized method

void notifyInitialized([
  1. InitializedNotification? notification
])

Called after a successful call to initialize.

Implementation

void notifyInitialized([InitializedNotification? notification]) =>
    sendNotification(InitializedNotification.methodName, notification);