AuthTestHttpClient constructor

AuthTestHttpClient({
  1. AuthTestHttpResponder? fallback,
})

Creates a scripted client with an optional fallback responder.

Implementation

AuthTestHttpClient({AuthTestHttpResponder? fallback}) : _fallback = fallback;