invokeHandler abstract method
argsJson is the JSON-encoded args object supplied by the script;
callbackNames are the callback keys the script provided.
Implementation
void invokeHandler(String callId, String name, String argsJson, List<String?> callbackNames);