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