completer method

Completer<T?> completer()

Implementation

Completer<T?> completer() => _completer = Completer<T?>();