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