listCaches_Pre method

Future<ListCachesResponse_> listCaches_Pre(
  1. ServiceCall call,
  2. Future<ListCachesRequest_> request
)

Implementation

$async.Future<$1.ListCachesResponse_> listCaches_Pre($grpc.ServiceCall call,
    $async.Future<$1.ListCachesRequest_> request) async {
  return listCaches(call, await request);
}