closed property

  1. @visibleForTesting
Future<void> get closed

Completes once close has finished shutting every connection down.

Implementation

@visibleForTesting
Future<void> get closed => _shutdown ?? Future<void>.value();