trailers property

Future<Map<String, String>> trailers

Trailer metadata returned from the server.

The trailers future will complete after all responses have been received from the server. If cancel is called before the trailers are available, the returned future will complete with an error.

Implementation

Future<Map<String, String>> get trailers;