onMethodReturn
function onMethodReturn(returnValue: any): void
Description
The function called to return the result of the previously executed method. It can be used to return data after executing the {@link Plugin#executeMethod executeMethod} method.
Parameters
- returnValue
any
Defines the value that will be returned.
Returns
void