Binding class

Constructors

Binding.new()
factory

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

call(String name, Uint8List payload) Uint8List
callAsync(String name, Uint8List payload) Future<Uint8List>
freeResult(Pointer<BytesReturn> result) → void
handleError(String? error, Pointer<BytesReturn> result) → void
isSupported() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openLib() DynamicLibrary
toString() String
A string representation of this object.
inherited
validateTestFFIFile(String path) → void

Operators

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