DartWire class

generated by flutter_rust_bridge

Constructors

DartWire.new(DynamicLibrary dynamicLibrary)
The symbols are looked up in dynamicLibrary.
DartWire.fromLookup(Pointer<T> lookup<T extends NativeType>(String symbolName))
The symbols are looked up with lookup.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

drop_dart_object(int ptr) → void
drop_opaque_Attestation(Pointer<Void> ptr) → void
free_WireSyncReturn(WireSyncReturn ptr) → void
Not to be used by normal users, but has to be public for generated code
get_dart_object(int ptr) Object
init_frb_dart_api_dl(Pointer<Void> obj) int
new_Attestation() wire_Attestation
new_box_autoadd_acdc_0() Pointer<wire_ACDC>
new_dart_opaque(Object handle) int
new_uint_8_list_0(int len) Pointer<wire_uint_8_list>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
share_opaque_Attestation(Pointer<Void> ptr) Pointer<Void>
store_dart_post_cobject(DartPostCObjectFnType ptr) → void
Not to be used by normal users, but has to be public for generated code
toString() String
A string representation of this object.
inherited
wire_encode__method__ACDC(int port_, Pointer<wire_ACDC> that) → void
wire_get_attributes__method__ACDC(int port_, Pointer<wire_ACDC> that) → void
wire_get_digest__method__ACDC(int port_, Pointer<wire_ACDC> that) → void
wire_get_issuer__method__ACDC(int port_, Pointer<wire_ACDC> that) → void
wire_get_schema__method__ACDC(int port_, Pointer<wire_ACDC> that) → void
wire_issue_private_targeted__static_method__ACDC(int port_, Pointer<wire_uint_8_list> issuer, Pointer<wire_uint_8_list> registry_id, Pointer<wire_uint_8_list> target, Pointer<wire_uint_8_list> schema, Pointer<wire_uint_8_list> attributes) → void
wire_issue_private_untargeted__static_method__ACDC(int port_, Pointer<wire_uint_8_list> issuer, Pointer<wire_uint_8_list> schema, Pointer<wire_uint_8_list> registry_id, Pointer<wire_uint_8_list> attributes) → void
wire_issue_public_targeted__static_method__ACDC(int port_, Pointer<wire_uint_8_list> issuer, Pointer<wire_uint_8_list> registry_id, Pointer<wire_uint_8_list> target, Pointer<wire_uint_8_list> schema, Pointer<wire_uint_8_list> attributes) → void
wire_issue_public_untargeted__static_method__ACDC(int port_, Pointer<wire_uint_8_list> issuer, Pointer<wire_uint_8_list> registry_id, Pointer<wire_uint_8_list> schema, Pointer<wire_uint_8_list> attributes) → void
wire_parse__static_method__ACDC(int port_, Pointer<wire_uint_8_list> stream) → void

Operators

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