tabularDataBySQL_Pre method

Future<TabularDataBySQLResponse> tabularDataBySQL_Pre(
  1. ServiceCall call,
  2. Future<TabularDataBySQLRequest> request
)

Implementation

$async.Future<$3.TabularDataBySQLResponse> tabularDataBySQL_Pre($grpc.ServiceCall call, $async.Future<$3.TabularDataBySQLRequest> request) async {
  return tabularDataBySQL(call, await request);
}