setCustomPasswordChangeMessageCustomText method

ResponseFuture<SetCustomPasswordChangeMessageTextResponse> setCustomPasswordChangeMessageCustomText(
  1. SetCustomPasswordChangeMessageTextRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.SetCustomPasswordChangeMessageTextResponse>
    setCustomPasswordChangeMessageCustomText(
  $0.SetCustomPasswordChangeMessageTextRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$setCustomPasswordChangeMessageCustomText, request,
      options: options);
}