upsert method
Add or update entity
Implementation
void upsert(String id, T entity) {
value.upsert(id, entity);
notifyListenersTransaction();
}
Add or update entity
void upsert(String id, T entity) {
value.upsert(id, entity);
notifyListenersTransaction();
}