onResourcesListChanged method
void
onResourcesListChanged(
- dynamic handler()
Handle resources list changed notification
Implementation
void onResourcesListChanged(Function() handler) {
onNotification(McpProtocol.methodResourceListChanged, (_) => handler());
}