class Sent
Dispatched after notification records have been inserted for a blueprint.
Unlike the moment a driver is asked to send (which happens before the rows exist), this fires once the rows are committed, so listeners can rely on the notifications being queryable — e.g. via {[\Flarum\Notification\Notification::scopeMatchingBlueprint()}.](../../../Flarum/Notification/Notification.html) Only carries the recipients for whom a row was actually inserted on this run (not those skipped as duplicates).