notifyUpdate method

void notifyUpdate(
  1. LogEntry item
)
inherited

Implementation

void notifyUpdate(TDao item) => _streamController.add(UpdateEvent(item));