remove method

void remove(
  1. String id
)

Remove entity

Implementation

void remove(String id) {
  value.remove(id);
  notifyListenersTransaction();
}