getAddressHistory method
ResponseFuture<GetAddressHistoryResponse>
getAddressHistory(
- GetAddressHistoryRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$1.GetAddressHistoryResponse> getAddressHistory(
$1.GetAddressHistoryRequest request,
{$grpc.CallOptions? options}) {
return $createUnaryCall(_$getAddressHistory, request, options: options);
}