RustLibApi class abstract
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- rust_arc_decrement_strong_count_Client → RustArcDecrementStrongCountFnType
-
no setter
- rust_arc_decrement_strong_count_ClientPtr → CrossPlatformFinalizerArg
-
no setter
- rust_arc_decrement_strong_count_TaskOptions → RustArcDecrementStrongCountFnType
-
no setter
- rust_arc_decrement_strong_count_TaskOptionsPtr → CrossPlatformFinalizerArg
-
no setter
- rust_arc_decrement_strong_count_Value → RustArcDecrementStrongCountFnType
-
no setter
- rust_arc_decrement_strong_count_ValuePtr → CrossPlatformFinalizerArg
-
no setter
- rust_arc_increment_strong_count_Client → RustArcIncrementStrongCountFnType
-
no setter
- rust_arc_increment_strong_count_TaskOptions → RustArcIncrementStrongCountFnType
-
no setter
- rust_arc_increment_strong_count_Value → RustArcIncrementStrongCountFnType
-
no setter
Methods
-
addAriaTask(
{required List< String> urls, required Client client, TaskOptions? options, int? position, required FutureOr<void> onComplete(), required FutureOr<void> onError(), dynamic hint}) → Future<String> -
callAriaFunction(
{required Client client, required String method, required MyValue params, dynamic hint}) → Future< String> -
connectAria2Client(
{required String url, dynamic hint}) → Future< Client> -
createAriaTaskOption(
{List< String> ? header, String? allProxy, int? split, String? dir, String? out, String? gid, bool? rContinue, bool? autoFileRenaming, bool? checkIntegrity, String? lowestSpeedLimit, String? maxDownloadLimit, int? maxTries, int? maxConnectionPerServer, int? timeout, required Map<String, String> extraOptions, dynamic hint}) → Future<TaskOptions> -
getAriaStatus(
{required Client client, required String gid, dynamic hint}) → Future< String> -
listenAriaMsg(
{required Client client, dynamic hint}) → Stream< MyNotification> -
myValueToValue(
{required MyValue myValue, dynamic hint}) → Future< Value> -
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