TimerMessagingQueue constructor
TimerMessagingQueue({
- required MessagingQueueDispatcher dispatcher,
- bool isPaused = true,
- ResumeQueueStrategy resumeStrategy = ResumeQueueStrategy.nothing,
- Duration timing = const Duration(milliseconds: 500),
Constructor
Implementation
TimerMessagingQueue({
required super.dispatcher,
super.isPaused = true,
super.resumeStrategy = ResumeQueueStrategy.nothing,
this.timing = const Duration(milliseconds: 500),
}) {
_init();
}