MessageQueueConfig constructor
const
MessageQueueConfig({})
Implementation
const MessageQueueConfig({
this.maxSize = 1000,
this.maxAge = const Duration(minutes: 5),
this.dropOldestOnOverflow = true,
this.priorityEnabled = true,
});