FgLoader class

Flutter Gopher 原生库加载器

Constructors

FgLoader(String libName)
创建新的 FgLoader 实例并加载指定的库

Properties

hashCode int
The hash code for this object.
no setterinherited
libName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

lookup<T extends NativeType>(String symbolName) Pointer<T>
在加载的库中查找符号
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