@wailsio/runtime
    Preparing search index...

    Function ByID

    • Calls a method by its numeric ID with the specified arguments. See Call for details.

      Parameters

      • methodID: number

        The ID of the method to call.

      • ...args: any[]

        The arguments to pass to the method.

      Returns CancellablePromise<any>

      The result of the method call.