trailers property

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

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

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