dispose method

Future<void> dispose()

Permanent cleanup. Use shutdown when the same API and clients must be reused.

Implementation

Future<void> dispose() => _disposeFuture ??= _dispose();