resendContactEmailCode method

ResponseFuture<ResendContactEmailCodeResponse> resendContactEmailCode(
  1. ResendContactEmailCodeRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.ResendContactEmailCodeResponse> resendContactEmailCode($0.ResendContactEmailCodeRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$resendContactEmailCode, request, options: options);
}