RustLibApi class abstract

Implementers

Constructors

RustLibApi.new()

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

crateApiAriaAddAriaTask({required List<String> urls, required Client client, TaskOptions? options, int? position, required FutureOr<void> onComplete(), required FutureOr<void> onError()}) Future<String>
crateApiAriaCallAriaFunction({required Client client, required String method, required MyValue params}) Future<String>
crateApiAriaConnectAria2Client({required String url}) Future<Client>
crateApiAriaCreateAriaTaskOption({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}) Future<TaskOptions>
crateApiAriaGetAriaStatus({required Client client, required String gid}) Future<String>
crateApiAriaListenAriaMsg({required Client client}) Stream<MyNotification>
crateApiAriaMyValueToValue({required MyValue myValue}) 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