dispose method

Future<void> dispose()

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 {}