LibLoader class abstract

The abstract superclass for the two LibLoader classes. Used to split the loader between Dart native and Flutter as the paths for the dylib are different.

Constructors

LibLoader()

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

getPath() String
The private getPath method, set to handle paths from all 3 Desktop platforms as well as for Flutter apps. Returns the relative library location for desktops, or the necessary NDK set library as according to Flutter's guide on ffi
loadLib() DynamicLibrary
The abstract library loader method, which is overridden in subclasses when implementing
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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