Binding class
Constructors
- Binding()
-
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) → Future< Uint8List> -
callAsync(
String name, Uint8List payload) → Future< Uint8List> -
freeResult(
Pointer< FFIBytesReturn> result) → void -
fromUtf8(
Pointer< Utf8> ? text) → String -
handleError(
Pointer< Utf8> error, Pointer<FFIBytesReturn> 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
-
toUtf8(
String? text) → Pointer< Utf8>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
callBridge(
IsolateArguments args) → dynamic