getHumanEmail method
ResponseFuture<GetHumanEmailResponse>
getHumanEmail(
- GetHumanEmailRequest request, {
- CallOptions? options,
Get User Email (Human)
Deprecated: use user service v2 GetUserByID instead.
Get the email address and the verification state of the address.
Implementation
$grpc.ResponseFuture<$0.GetHumanEmailResponse> getHumanEmail(
$0.GetHumanEmailRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$getHumanEmail, request, options: options);
}