QueueManager constructor
QueueManager(
- LocalStorage _localStorage, {
- void onEvent()?,
Implementation
QueueManager(this._localStorage, {void Function(SyncEvent)? onEvent})
: _onEvent = onEvent;