getAddressHistory_Pre method

Future<GetAddressHistoryResponse> getAddressHistory_Pre(
  1. ServiceCall call,
  2. Future<GetAddressHistoryRequest> request
)

Implementation

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