Represents a request to list the available RPC methods.
SystemListMethods(string? id = null)Returns an array of all available RPC method names.
https://aria2.github.io/manual/en/html/aria2c.html#system.listMethods
id (string (optional, default: null)): The tracking id for the request. If this is omitted it will be generated automatically.Returns:
A list of method names.
Throws:
Aria2Exception
Thrown when an aria2 error occurs.