completer property

Completer<void> completer
getter/setter pair

Internal completer used to block the thread until shutdown.

Implementation

Completer<void> completer = Completer<void>();