dispose method
Disposes of any resources held by the queue manager.
Currently a no-op, but provided for API consistency and future use.
Implementation
Future<void> dispose() async {}
Disposes of any resources held by the queue manager.
Currently a no-op, but provided for API consistency and future use.
Future<void> dispose() async {}