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