getHumanPhone_Pre method

Future<GetHumanPhoneResponse> getHumanPhone_Pre(
  1. ServiceCall call,
  2. Future<GetHumanPhoneRequest> request
)

Implementation

$async.Future<$1.GetHumanPhoneResponse> getHumanPhone_Pre(
    $grpc.ServiceCall call,
    $async.Future<$1.GetHumanPhoneRequest> request) async {
  return getHumanPhone(call, await request);
}