close method

  1. @override
Future<HttpClientResponse> close()
override

Close the request for input. Returns the value of done.

Implementation

@override
_i4.Future<_i2.HttpClientResponse> close() => (super.noSuchMethod(
      Invocation.method(
        #close,
        [],
      ),
      returnValue:
          _i4.Future<_i2.HttpClientResponse>.value(_FakeHttpClientResponse_4(
        this,
        Invocation.method(
          #close,
          [],
        ),
      )),
    ) as _i4.Future<_i2.HttpClientResponse>);