onEntryCompleted property

void Function(HttpLogEntry entry)? onEntryCompleted
getter/setter pair

Called whenever a request transitions from HttpLogStatus.pending to a completed state (success, redirect, or error). Used by HttpNotificationService to show a notification per request.

Implementation

void Function(HttpLogEntry entry)? onEntryCompleted;