getAddressHistory_Pre method
Future<GetAddressHistoryResponse>
getAddressHistory_Pre(
- ServiceCall call,
- Future<
GetAddressHistoryRequest> request
Implementation
$async.Future<$1.GetAddressHistoryResponse> getAddressHistory_Pre(
$grpc.ServiceCall call,
$async.Future<$1.GetAddressHistoryRequest> request) async {
return getAddressHistory(call, await request);
}