How to invoke a service in JS?
Hi,
WHat is the Appery line code in JS to invoke a service? For example,
-----------------------------------------------------------------var a = localStorage.getItem('test')
if (a == 1 ) {
Appery.invokeservice('servicename');
}
Im not sure if this line is correct: Appery.invokeservice('servicename');
please let me know whats the correct line code. Thanks