Hi!
I understand how to call server methods from the client but i don’t know which way is better ?
- call to server method from server
- call to server function from server
Hi!
I understand how to call server methods from the client but i don’t know which way is better ?
Probably better to extract the common functionality from the original method so both methods can call the server function.