onRootsListChanged method
void
onRootsListChanged(
- dynamic handler()
Handle roots list changed notification
Implementation
void onRootsListChanged(Function() handler) {
onNotification('notifications/roots/list_changed', (_) => handler());
}