• Calls a bound method by name with the specified arguments. See Call for details.

    Parameters

    • methodName: string

      The name of the method in the format 'package.struct.method'.

    • Rest ...args: any[]

      The arguments to pass to the method.

    Returns Promise<any>

    The result of the method call.

Generated using TypeDoc