update method
Update the panel info with the given panels
Implementation
void update(List<ShadPanelInfo> panels) {
clear();
panels.forEach(registerPanel);
notifyListeners();
}
Update the panel info with the given panels
void update(List<ShadPanelInfo> panels) {
clear();
panels.forEach(registerPanel);
notifyListeners();
}