historicalInfo_Pre method

Future<QueryHistoricalInfoResponse> historicalInfo_Pre(
  1. ServiceCall call,
  2. Future<QueryHistoricalInfoRequest> request
)

Implementation

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