menu
datahub_watchtower package
documentation
data.dart
LogRepository
notifyCreate method
notifyCreate method
dark_mode
light_mode
notifyCreate
method
void
notifyCreate
(
LogEntry
item
)
inherited
Implementation
void notifyCreate(TDao item) => _streamController.add(CreateEvent(item));
datahub_watchtower package
documentation
data
LogRepository
notifyCreate method
LogRepository class