notifyElicitationComplete method
Notifies the client that a URL elicitation has completed.
Implementation
void notifyElicitationComplete(
ElicitationCompleteNotification notification,
) => sendNotification(
ElicitationCompleteNotification.methodName,
notification,
);