update method

void update({
  1. List<String>? ids,
})

Implementation

void update({List<String>? ids}){
  notifyListeners(ids);
}