sendRequestCompleter property

Completer<void>? sendRequestCompleter
getter/setter pair

A completer that can be used to pause sendRequest.

Tests can await this completer to control the execution of sendRequest.

Implementation

Completer<void>? sendRequestCompleter;