LlamaLibrary class

Inheritance
Available extensions

Constructors

LlamaLibrary({EventEmitter? eventEmitter, String? sharedLibraryPath, String? eventInvoke, String? eventUpdate, InvokeParametersLlamaLibraryDataOptions? invokeParametersLlamaLibraryDataOptions})
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Properties

eventEmitter → EventEmitter
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
finalinherited
eventInvoke String
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
finalinherited
eventUpdate String
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
finalinherited
hashCode int
The hash code for this object.
no setterinherited
invokeParametersLlamaLibraryDataOptions InvokeParametersLlamaLibraryDataOptions
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
finalinherited
receivePort ReceivePort
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedLibraryPath String
finalinherited

Methods

clear() → void
Clears the current state of the Llama instance This allows reusing the same instance for a new generation without creating a new instance
override
dispose() → void
Disposes of all resources held by this instance
override
emit({required String eventType, required dynamic data}) → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
ensureInitialized() Future<void>
GeneralLib
override
initialized() Future<void>
GeneralLib
override
invoke({required InvokeParametersLlamaLibraryData<JsonScheme> invokeParametersLlamaLibraryData}) FutureOr<JsonScheme>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
invokeRaw({required InvokeParametersLlamaLibraryData<JsonScheme> invokeParametersLlamaLibraryData}) FutureOr<JsonScheme>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
isCrash() bool
GeneralLib
override
isDeviceSupport() bool
GeneralLib
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
on({required String eventType, required FutureOr onUpdate(UpdateLlamaLibraryData<LlamaLibrary, JsonScheme> updateLlamaLibrary)}) → EventEmitterListener
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
request({required InvokeParametersLlamaLibraryData<JsonScheme> invokeParametersLlamaLibraryData}) FutureOr<JsonScheme>
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
send(dynamic data) → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
test() → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

ggmlLogCallbackFunction(int level, Pointer<Char> text, Pointer<Void> user_data) → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer