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