Creates an instance that targets http://localhost:port.
Source
TestClient.onPort(int port) {
baseURL = "http://localhost:$port";
}
Creates an instance that targets http://localhost:port.
TestClient.onPort(int port) {
baseURL = "http://localhost:$port";
}