update method

void update(
  1. Map<String?, IMLastInfo> map
)

Implementation

void update(Map<String?, IMLastInfo> map) {
  _lastInfos = map;
  notifyListeners();
}