useRealClient function
void
useRealClient()
Reset to using real HTTP clients.
Implementation
void useRealClient() {
_clientFactory = () => http.Client();
}
Reset to using real HTTP clients.
void useRealClient() {
_clientFactory = () => http.Client();
}