setContactEmail method

ResponseFuture<SetContactEmailResponse> setContactEmail(
  1. SetContactEmailRequest request, {
  2. CallOptions? options,
})

Set contact email

Add or update the contact email address of a user. If the email is not passed as verified, a verification code will be generated, which can be either returned or will be sent to the user by email.

Implementation

$grpc.ResponseFuture<$0.SetContactEmailResponse> setContactEmail(
  $0.SetContactEmailRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$setContactEmail, request, options: options);
}