dispose method
Permanent cleanup. Use shutdown when the same API and clients must be reused.
Implementation
Future<void> dispose() => _disposeFuture ??= _dispose();
Permanent cleanup. Use shutdown when the same API and clients must be reused.
Future<void> dispose() => _disposeFuture ??= _dispose();