EntryUpdateListener<Event> typedef

EntryUpdateListener<Event> = void Function(EntryUpdate<Event> update)

Implementation

typedef EntryUpdateListener<Event> = void Function(
  EntryUpdate<Event> update,
);