FakeTransport constructor
FakeTransport(
- List<
HttpResponse> responses
Replays responses in order.
Implementation
FakeTransport(this.responses);
Replays responses in order.
FakeTransport(this.responses);