notifyCreate method

void notifyCreate(
  1. LogEntry item
)
inherited

Implementation

void notifyCreate(TDao item) => _streamController.add(CreateEvent(item));