getLatestTabularData method

ResponseFuture<GetLatestTabularDataResponse> getLatestTabularData(
  1. GetLatestTabularDataRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.GetLatestTabularDataResponse> getLatestTabularData($3.GetLatestTabularDataRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getLatestTabularData, request, options: options);
}