sendRequestCompleter property
A completer that can be used to pause sendRequest.
Tests can await this completer to control the execution of sendRequest.
Implementation
Completer<void>? sendRequestCompleter;
A completer that can be used to pause sendRequest.
Tests can await this completer to control the execution of sendRequest.
Completer<void>? sendRequestCompleter;