onRootsListChanged method

void onRootsListChanged(
  1. dynamic handler()
)

Handle roots list changed notification

Implementation

void onRootsListChanged(Function() handler) {
  onNotification('notifications/roots/list_changed', (_) => handler());
}