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_AdbTcpConnection → RustArcDecrementStrongCountFnType
no setter
rust_arc_decrement_strong_count_AdbTcpConnectionPtr → CrossPlatformFinalizerArg
no setter
rust_arc_increment_strong_count_AdbTcpConnection → RustArcIncrementStrongCountFnType
no setter

Methods

createNewConnect({required String addr, required int port, dynamic hint}) Future<AdbTcpConnection>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shellCommand({required AdbTcpConnection conn, required List<String> command, dynamic hint}) Future<Uint8List>
toString() String
A string representation of this object.
inherited

Operators

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