listDocuments_Pre method

Future<ListDocumentsResponse> listDocuments_Pre(
  1. ServiceCall call,
  2. Future<ListDocumentsRequest> request
)

Implementation

$async.Future<$13.ListDocumentsResponse> listDocuments_Pre(
    $grpc.ServiceCall call,
    $async.Future<$13.ListDocumentsRequest> request) async {
  return listDocuments(call, await request);
}