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