headers property

  1. @override
Future<Map<String, String>> headers
inherited

Header metadata returned from the server.

The headers future will complete before any response objects become available. If cancel is called before the headers are available, the returned future will complete with an error.

Implementation

@override
Future<Map<String, String>> get headers => _call.headers;