AuthTestHttpClient constructor
AuthTestHttpClient({
- AuthTestHttpResponder? fallback,
Creates a scripted client with an optional fallback responder.
Implementation
AuthTestHttpClient({AuthTestHttpResponder? fallback}) : _fallback = fallback;