H3FfiFactory class

H3FfiFactory is used to build H3Ffo instance

Constructors

H3FfiFactory({H3CFactory h3cFactory = const H3CFactory()})
const

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

byDynamicLibary(DynamicLibrary dynamicLibrary) H3
Loads H3 using dynamicLibrary
byPath(String libraryPath) H3
Loads H3 by libraryPath
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