historicalInfo_Pre method
Future<QueryHistoricalInfoResponse>
historicalInfo_Pre(
- ServiceCall call,
- Future<
QueryHistoricalInfoRequest> request
Implementation
$async.Future<$0.QueryHistoricalInfoResponse> historicalInfo_Pre(
$grpc.ServiceCall call,
$async.Future<$0.QueryHistoricalInfoRequest> request) async {
return historicalInfo(call, await request);
}