notifyDelete method

void notifyDelete(
  1. int id
)
inherited

Implementation

void notifyDelete(TPrimaryKey id) => _streamController.add(DeleteEvent(id));