sentEvents property

List<Event> sentEvents
final

Use this list to check for events that have been emitted when invoking the send method

Implementation

final List<Event> sentEvents = [];