LlamaLibrary class

Inheritance

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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedLibraryPath String
finalinherited

Methods

clear() → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
dispose() FutureOr<void>
GeneralLib
override
emit({required String eventType, required dynamic data}) → void
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
ensureInitialized() FutureOr<void>
GeneralLib
override
initialized() FutureOr<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
loadModel({required String modelPath}) bool
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