getHumanPhone method
ResponseFuture<GetHumanPhoneResponse>
getHumanPhone(
- GetHumanPhoneRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.GetHumanPhoneResponse> getHumanPhone($0.GetHumanPhoneRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$getHumanPhone, request, options: options);
}