Aria2Plugin class

Constructors

Aria2Plugin()
factory

Properties

client Client?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListen({ValueChanged<MyNotification>? listen}) → void
add listener
addTask(List<String> urls, {VoidCallback? onComplete, VoidCallback? onError}) Future<String>
add download task return gid
closeListen() → void
turn off listening
connect(String address) Future<Client>
aria2 connection address
getInfo(String gid) Future<AriaDetail?>
get details
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance Aria2Plugin
final