BindingsImpl class

The communicator between dart and rust

Implemented types

Constructors

BindingsImpl()
const

Properties

blobFileName String
Gets the file name of blob files based on platform
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dylib() Future<DynamicLibrary>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
runScript(String script, {bool showOutput = true}) Future<int>
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

blobsPath → const String
packageUri → const String
supported → const Map<Abi, String>
Supported operating systems with architectures mapped to blob file extensions.