setCustomPasswordChangeMessageCustomText method

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

Implementation

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