flush method
Flushes any events persisted in the outbox.
Implementation
Future<void> flush() async {
_ensureConfig();
await _outbox.flushWith(_pipeline!);
}
Flushes any events persisted in the outbox.
Future<void> flush() async {
_ensureConfig();
await _outbox.flushWith(_pipeline!);
}