This class is returned in different flows and represents an Apex method which will be executed remotely (as a separate transaction)
The class can only be constructed throught cym.Community.getRemoteApex and cym.Browser.Session.getRemoteApex

invoke

global String invoke(String input);

Input

input : A String which is passed to the cym.Remote.Function linked to the current Remote Apex

Return

The String output of the cym.Remote.Function linked to the current Remote Apex